File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1+ # Mon Jan 07 23:10:24 CET 2019
12distributionBase =GRADLE_USER_HOME
23distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-4.9-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.0-all.zip
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ APP_NAME="Gradle"
2828APP_BASE_NAME=` basename " $0 " `
2929
3030# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
31- DEFAULT_JVM_OPTS=" "
31+ DEFAULT_JVM_OPTS=' "-Xmx64m" '
3232
3333# Use the maximum available, or set MAX_FD != -1 to use that value.
3434MAX_FD=" maximum"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
1414set APP_HOME = %DIRNAME%
1515
1616@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
17- set DEFAULT_JVM_OPTS =
17+ set DEFAULT_JVM_OPTS = " -Xmx64m "
1818
1919@ rem Find java.exe
2020if defined JAVA_HOME goto findJavaFromJavaHome
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111}
1212
1313plugins {
14- id ' org.jenkins-ci.jpi' version ' 0.27.0 '
14+ id ' org.jenkins-ci.jpi' version ' 0.28.1 '
1515}
1616
1717description = ' Jenkins plugin to leverage job-dsl-core to programmatic create jobs from inside Jenkins.'
@@ -69,11 +69,6 @@ test {
6969 */
7070}
7171
72- configurations {
73- // workaround for JENKINS-32978
74- compile. exclude group : ' org.kohsuke' , module : ' windows-package-checker'
75- }
76-
7772war {
7873 into(' api-viewer' ) {
7974 from(project(' :job-dsl-api-viewer' ). projectDir) {
8580}
8681
8782dependencies {
83+ annotationProcessor ' net.java.sezpoz:sezpoz:1.13'
84+ annotationProcessor ' org.jenkins-ci:annotation-indexer:1.12'
85+ testAnnotationProcessor ' net.java.sezpoz:sezpoz:1.13'
86+ testAnnotationProcessor ' org.jenkins-ci:annotation-indexer:1.12'
87+
8888 compile(project(' :job-dsl-core' )) {
8989 exclude group : ' org.jvnet.hudson' , module :' xstream'
9090 }
You can’t perform that action at this time.
0 commit comments