Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/zeta120' into zeta120
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Nov 30, 2023
2 parents 0771ac8 + 34d9cd3 commit cf71a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext.config = parseConfig(configFile)
ext.deps = parseConfig(depsFile)

version = "${config.version}-${config.build_number}"
group = "vazkii.${config.mod_id}" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
group = "org.violetmoon.${config.mod_id}" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = config.mod_name

compileJava.options.compilerArgs << "-Xlint:all,-classfile,-processing,-deprecation"
Expand Down Expand Up @@ -117,7 +117,7 @@ dependencies {
spotless {
enforceCheck = false // workaround around jenkins having wrong line endings in some files
java {
target project.fileTree(dir: 'src/main/java/vazkii/quark', include: '**/*.java')
target project.fileTree(dir: 'src/main/java/org/violetmoon/quark', include: '**/*.java')
//indentWithTabs()
eclipse().configFile 'spotless/eclipseformat.xml'
removeUnusedImports()
Expand Down

0 comments on commit cf71a80

Please sign in to comment.