You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kt/plugins/godot-gradle-plugin/src/main/kotlin/godot/gradle/tasks/entry_generation/ClassGraphIndexExistingRegistrationFilesTask.kt
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -150,14 +150,17 @@ internal fun readGeneratedRegistrationFiles(generatedRoot: File, logger: org.gra
150
150
}
151
151
152
152
fun Project.entryGenerationIndexExistingRegistrationFilesTask(): TaskProvider<ClassGraphIndexExistingRegistrationFilesTask> {
153
+
val godotProjectDir = requireConfiguredGodotProjectDirectory()
154
+
val registrationFileTree = godotRegistrationFileTree(godotProjectDir)
Copy file name to clipboardExpand all lines: kt/plugins/godot-gradle-plugin/src/main/kotlin/godot/gradle/tasks/entry_generation/ClassGraphUpdateRegistrationFilesTask.kt
+22-24Lines changed: 22 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -98,22 +98,20 @@ fun Project.entryGenerationSyncRegistrationFilesTask(
0 commit comments