Skip to content

Commit

Permalink
fix sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Dec 8, 2021
1 parent 79e3f43 commit 19db2f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: 'org.sonarqube'

sonarqube {
properties {
property "sonar.projectKey", "jeremiahwinsley_hitscan"
property "sonar.organization", "jeremiahwinsley"
property "sonar.host.url", "https://sonarcloud.io"
}
}

// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

Expand Down

0 comments on commit 19db2f1

Please sign in to comment.