Skip to content

Commit

Permalink
Migrate azure pipeline to GH-action
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder committed Feb 8, 2024
1 parent b3043ce commit fa26166
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ configure<com.bakdata.gradle.SonatypeSettings> {
}
developer {
name.set("Lawrence Benson")
id.set("lawben")
}
id.set("lawben") }
}
}

Expand Down Expand Up @@ -61,3 +60,6 @@ subprojects {
"testAnnotationProcessor"("org.projectlombok:lombok:1.18.6")
}
}

val sonarqube by tasks
sonarqube.enabled = false //FIXME requires Java 17

0 comments on commit fa26166

Please sign in to comment.