You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Update Gradle archiveName and destinationDir properties
(cherry picked from commit 78e791045c)
This commit is contained in:
committed by
Rémi Verschelde
parent
aa4afee320
commit
b45fb53896
@@ -118,8 +118,8 @@ task zipCustomBuild(type: Zip) {
|
||||
}
|
||||
from(fileTree(dir: 'app', excludes: ['**/build/**', '**/.gradle/**', '**/*.iml']), fileTree(dir: '.', includes: ['gradle.properties', 'gradlew', 'gradlew.bat', 'gradle/**']))
|
||||
include '**/*'
|
||||
archiveName 'android_source.zip'
|
||||
destinationDir(file(binDir))
|
||||
archiveFileName = 'android_source.zip'
|
||||
destinationDirectory = file(binDir)
|
||||
}
|
||||
|
||||
def templateExcludedBuildTask() {
|
||||
|
||||
Reference in New Issue
Block a user