Skip to content

Commit

Permalink
add missing sonar gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Aug 2, 2023
1 parent b4bee8c commit e0d2e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id "net.darkhax.curseforgegradle" version "${cursegradle_version}"
id "net.minecraftforge.gradle" version "${forgegradle_version}"
id "org.spongepowered.mixin" version "${mixingradle_version}"
id "org.sonarqube" version "${sonar_version}"
}

archivesBaseName = "${mod_name} ${minecraft_version}-"
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ flywheel_version=4341471
create_alloyed_version=4210862
moonlight_lib_version=4545412

sonar_version=4.3.0.3225

# Publishing
release_type=release

Expand Down

0 comments on commit e0d2e6f

Please sign in to comment.