11 lines
1.1 KiB
Diff
11 lines
1.1 KiB
Diff
--- src/main/groovy/gant/targets/Maven.groovy 2012-03-19 00:25:13.000000000 +0100
|
|
+++ src/main/groovy/gant/targets/Maven.groovy-gil 2012-10-04 18:49:32.869679956 +0200
|
|
@@ -38,7 +38,7 @@
|
|
testCompilePath : '' , // Defaults to standard Maven 2 convention. Set in constructor since it uses a GString dependent on a value in the map.
|
|
testReportPath : '' , // Defaults to standard Maven 2 convention. Set in constructor since it uses a GString dependent on a value in the map.
|
|
metadataPath : '' , // Defaults to standard Maven 2 convention. Set in constructor since it uses a GString dependent on a value in the map.
|
|
- javaCompileProperties : [ source : '1.5' , target : '1.5' , debug : 'false' ] ,
|
|
+ javaCompileProperties : [ includeantruntime : 'false' , source : '1.5' , target : '1.5' , debug : 'false' ] ,
|
|
groovyCompileProperties : [ : ] ,
|
|
nestedJavacCompilerArgs : [ ] ,
|
|
compileClasspath : [ ] ,
|