File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
launcher/src/main/kotlin/com/cognifide/gradle/aem/launcher Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2323 distribution : adopt
2424
2525 - name : Build & run functional tests
26- run : ./gradlew -i -S :build :functionalTest
27- # TODO fork dependency breaks launcher test (skipping it for now)
28- # run: ./gradlew -i -S build functionalTest
26+ run : ./gradlew -i -S build functionalTest
2927
3028 - name : Publish unit test results
3129 uses : mikepenz/action-junit-report@v2
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ class BuildScaffolder(private val launcher: Launcher) {
4343 .map { it.removePrefix(Launcher .ARG_SAVE_PREFIX ) }
4444 .associate { it.substringBefore(" =" ) to it.substringAfter(" =" ) }
4545
46+ @Suppress(" LongMethod" )
4647 private fun saveRootBuildScript () = launcher.workFileOnce(" build.gradle.kts" ) {
4748 println (" Saving root Gradle build script file '$this '" )
4849 writeText(
You can’t perform that action at this time.
0 commit comments