build.gradle #1

  • //
  • main/
  • guest/
  • tjuricek/
  • initializer/
  • buildSrc/
  • build.gradle
  • View
  • Commits
  • Open Download .zip Download (245 B)
apply plugin: 'groovy'

repositories {
    maven {
        url 'http://artifactory.bnr.perforce.com/artifactory/repos-p4oauth'
    }
}

dependencies {
    compile gradleApi()
    compile localGroovy()
    compile('org.jbake:jbake-core:2.2.1')
}
# Change User Description Committed
#1 9088 tjuricek 0.1.0 First version of the initializer.

This currently requires setting up a local version of the p4java_ext project, since that project is awating approval into the main jcenter repository.