gradle-wrapper.properties #3

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • source/
  • gradle/
  • wrapper/
  • gradle-wrapper.properties
  • View
  • Commits
  • Open Download .zip Download (231 B)
#Fri Feb 19 13:53:59 PST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip
# Change User Description Committed
#3 18238 tjuricek Documentation-building related tweaks:

- Reference the documentation from the local build, not the build archive, since that doesn't exist yet.
- When gradle calls the publicsite ant task, it should be within the doc/ directory, otherwise, a publicsite-generated/ directory will appear in the root directory (and in the doc/ directory) and you won't get everything in one place.
#2 17154 tjuricek Move tarball generation into gradle from Rake.

There may yet be issues with Ruby dependencies in the new build process, but this should be easier. I'm leaving the rake tasks in there for now, since I haven't purged all Ruby logic any way.
#1 17143 tjuricek Add gradle wrapper and update to p4java 2015.2 release.