Skip to content

Commit

Permalink
boop 7
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJumper committed Aug 15, 2023
1 parent b40f3bb commit b706926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,10 @@ tasks.named('jar', Jar).configure {

publishing {
publications {
register('mavenJava', MavenPublication) {
artifact jar
}
register('mavenJava', MavenPublication) { artifact jar }
}
repositories {
maven {
url "file://${project.projectDir}/mcmodsrepo"
}
maven { url "file://${project.projectDir}/mcmodsrepo" }
}
}

Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ minecraft_version=1.20.1
minecraft_version_range=[1.20.1,1.21)
forge_version=47.1.3
forge_version_range=[47,)
loader_version_range=[47,)
mapping_channel=parchment
mapping_version=2023.08.06-1.20.1
mixin_version=0.8.5
Expand Down

0 comments on commit b706926

Please sign in to comment.