Skip to content

Commit

Permalink
WHERE COCAINER
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsterner committed Feb 9, 2023
1 parent b2a139b commit 332fb07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

archivesBaseName = project.archives_base_name
version = "${project.version}"//+${project.minecraft_version}"
version = "${project.version}+${project.minecraft_version}"
group = project.maven_group
sourceCompatibility = 1.17 // java 17
targetCompatibility = 1.17
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx5G
org.gradle.parallel = true

# Mod Properties
version = 1.5.5
version = 1.5.6
maven_group = dev.sterner
archives_base_name = malum

Expand Down

0 comments on commit 332fb07

Please sign in to comment.