Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-5124

How do i include jackrabbit oak as a dependency inside a build.gradle file? And then use it in your project?

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Resolved
    • Minor
    • Resolution: Not A Problem
    • 1.4.10
    • None
    • examples
    • None

    Description

      I've tried a few different things like

      buildscript {
      repositories

      { jcenter() mavenCentral() }

      dependencies

      { classpath 'org.apache.jackrabbit:oak-jcr:1.0.0' classpath 'javax.jcr:jcr:2.0' }

      }

      //these fail
      apply plugin: 'org.apache.jackrabbit:oak-jcr:1.0.0'
      apply plugin: 'javax.jcr:jcr:2.0'

      repositories {
      jcenter()
      mavenCentral()
      }

      but not really sure if this is the right idea at all.

      Does anyone have some github examples or have done any work with Gradle and jackrabbit Oak?

      Attachments

        Activity

          People

            Unassigned Unassigned
            Falling Charles Grossman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: