Skip to content

Commit

Permalink
build: some build format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
70CentsApple committed Jul 22, 2023
1 parent 70a298e commit 637d0ce
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 @@ -6,7 +6,7 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

archivesBaseName = project.archives_base_name
archivesBaseName = project.archives_base_name + '-' + project.minecraft_version
version = project.mod_version
group = project.maven_group

Expand Down Expand Up @@ -53,7 +53,7 @@ java {
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
// if it is present.
// If you remove this line, sources will not be generated.
withSourcesJar()
// withSourcesJar()
}

jar {
Expand Down

0 comments on commit 637d0ce

Please sign in to comment.