Killswitch: do not build runtime with ant, switch to gradle artifacts.
This commit is contained in:
@@ -109,7 +109,7 @@ static def configurePublishing(Project project) {
|
||||
|
||||
task dist(type: Copy, dependsOn: assemble) {
|
||||
rename "-${java.util.regex.Pattern.quote(version)}", ''
|
||||
rename { String fileName -> 'gradle-' + fileName }
|
||||
// rename { String fileName -> 'gradle-' + fileName }
|
||||
into distDir
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user