Skip to content

Commit

Permalink
Java 17 in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 16, 2024
1 parent 15536a3 commit 8204ffc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: temurin
cache: 'gradle'

- name: Build
run: ./gradlew build
Expand Down
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ allprojects {
version = "0.1.0"
}

kotlin {
jvmToolchain(11)
}

sonar {
properties {
property("sonar.projectKey", "Mr-Mappie_mappe")
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
kotlin.code.style=official

org.gradle.configuration-cache=true

systemProp.sonar.gradle.skipCompile=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", vers
[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
sonarqube = { id = "org.sonarqube", version = "4.4.1.3373" }
sonarqube = { id = "org.sonarqube", version = "5.0.0.4638" }

0 comments on commit 8204ffc

Please sign in to comment.