This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
gant/gant-1.9.8-Set-includeantruntime.patch
2012-11-20 12:35:28 +01:00

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 : [ ] ,