Skip to content

Commit

Permalink
Hopefully fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 16, 2024
1 parent 8b3d92f commit ec8490b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: 11
java-version: 8
distribution: temurin

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
alias(libs.plugins.kotlin.jvm) version embeddedKotlinVersion
alias(libs.plugins.kotlin.jvm)
alias(libs.plugins.gradle.plugin.publish)
}

Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
kotlin.code.style=official

org.gradle.configuration-cache=true
org.gradle.configuration-cache=true

systemProp.sonar.gradle.skipCompile=true

0 comments on commit ec8490b

Please sign in to comment.