Skip to content

Commit

Permalink
Move gradle plugin order (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy authored Nov 7, 2023
1 parent 91173dd commit e477d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("org.sonarqube")
}

sonarqube {
sonar {
properties {
val sonarToken = findProperty("sonarToken")
if (sonarToken != null) {
Expand Down
2 changes: 1 addition & 1 deletion deezpatch-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id("deezpatch.java-library-conventions")
id("deezpatch.java-multi-jvm-test-conventions")
id("deezpatch.java-testing-conventions")
id("deezpatch.java-code-quality-conventions")
id("deezpatch.java-publish-conventions")
id("deezpatch.java-multi-jvm-test-conventions")
id("deezpatch.eclipse-conventions")
// See https://youtrack.jetbrains.com/issue/KTIJ-19370
@Suppress("DSL_SCOPE_VIOLATION")
Expand Down

0 comments on commit e477d85

Please sign in to comment.