Skip to content

Commit 648df26

Browse files
authored
Remove explicit registration entry copy as it creates a duplicate entry (#822)
1 parent 32e15ed commit 648df26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kt/plugins/godot-gradle-plugin/src/main/kotlin/godot/gradle/tasks/android/packageMainDexJarTask.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fun Project.packageMainDexJarTask(
1616

1717
archiveBaseName.set("main-dex")
1818

19-
from("src/main/resources").include("**/godot.registration.Entry")
2019
// add all dex files (converted class files)
2120
from("${project.layout.buildDirectory.asFile.get().absolutePath}/libs/").include("*.dex")
2221

0 commit comments

Comments
 (0)