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: gradle/assemble.gradle
+1-1
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ class GrailsCreateStartScripts extends CreateStartScripts {
140
140
installedFile ="dist/$artifact.file.name"
141
141
}
142
142
installedFile
143
-
}+"lib/org.gradle/gradle-tooling-api/jars/gradle-tooling-api-${project.findProperty('gradleToolingApiVersion')}.jar".toString() // This is compileOnly, so it needs to be added manually
0 commit comments