Skip to content

Commit 8a28bdb

Browse files
CI fixed
1 parent 903418f commit 8a28bdb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
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

launcher/src/main/kotlin/com/cognifide/gradle/aem/launcher/BuildScaffolder.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)