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: embrace-gradle-plugin-integration-tests/src/test/java/io/embrace/android/gradle/integration/testcases/EncodeFileToBase64TaskIntegrationTest.kt
Copy file name to clipboardExpand all lines: embrace-gradle-plugin/src/main/java/io/embrace/android/gradle/plugin/instrumentation/AsmTaskRegistration.kt
Copy file name to clipboardExpand all lines: embrace-gradle-plugin/src/main/java/io/embrace/android/gradle/plugin/tasks/ndk/NdkUploadTasksRegistration.kt
+5-5
Original file line number
Diff line number
Diff line change
@@ -125,20 +125,20 @@ class NdkUploadTasksRegistration(
125
125
}
126
126
127
127
project.registerTask(
128
-
EncodeSharedObjectFilesTask.NAME,
129
-
EncodeSharedObjectFilesTask::class.java,
128
+
EncodeFileToBase64Task.NAME,
129
+
EncodeFileToBase64Task::class.java,
130
130
data
131
131
) { task ->
132
132
// TODO: Check why this is needed for 7.5.1. For Gradle 8+ Gradle detects automatically when the other tasks aren't executed
Copy file name to clipboardExpand all lines: embrace-gradle-plugin/src/test/java/io/embrace/android/gradle/plugin/ndk/NdkUploadTasksRegistrationTest.kt
0 commit comments