This repository was archived by the owner on Apr 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 8888 <plugin >
8989 <groupId >org.codehaus.gmaven</groupId >
9090 <artifactId >groovy-maven-plugin</artifactId >
91- <version >2.0 </version >
91+ <version >2.1.1 </version >
9292 <dependencies >
9393 <dependency >
9494 <groupId >org.codehaus.groovy</groupId >
122122 <plugin >
123123 <groupId >org.codehaus.gmaven</groupId >
124124 <artifactId >groovy-maven-plugin</artifactId >
125+ <dependencies >
126+ <dependency >
127+ <groupId >org.codehaus.groovy</groupId >
128+ <artifactId >groovy-all</artifactId >
129+ <version >3.0.3</version >
130+ <type >pom</type >
131+ </dependency >
132+ </dependencies >
125133 <executions >
126134 <execution >
127135 <phase >generate-resources</phase >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def getJdkHome(String jdkSelector) {
2929 if ( toolChains. isEmpty() ) {
3030 throw new IllegalArgumentException ( " No matching toolchain found for requirements " + jdkSelector );
3131 }
32- else if ( toolChains. size > 1 ) {
32+ else if ( toolChains. size() > 1 ) {
3333 throw new IllegalArgumentException ( " Multiple matching toolchains found for requirements " + jdkSelector );
3434 }
3535 else {
You can’t perform that action at this time.
0 commit comments