Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Nov 4, 2023
1 parent d005442 commit 18964b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build --debug --no-daemon -x :samples:test
arguments: build --no-daemon -x :samples:test
- name: Upload build reports
if: failure()
uses: actions/upload-artifact@v3
Expand Down
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ subprojects {
}

the<IdeaModel>().module.inheritOutputDirs = true

the<KotlinJvmProjectExtension>().jvmToolchain(20)
}

tasks.register("assembleJavadocArgs") {
Expand Down

0 comments on commit 18964b7

Please sign in to comment.