Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jan 24, 2024
1 parent 4d2864b commit d3610b5
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 @@ -23,7 +23,7 @@ allprojects {
apply plugin: 'net.neoforged.gradleutils'

group = 'net.neoforged.fancymodloader'
version = (gradleutils.getTagOffsetVersion() + '-junit')
version = gradleutils.getTagOffsetVersion()

repositories {
mavenCentral()
Expand Down Expand Up @@ -57,7 +57,7 @@ allprojects {
}

subprojects { subProject ->
subProject.version = (gradleutils.getTagOffsetVersion() + '-junit')
subProject.version = gradleutils.getTagOffsetVersion()

jar {
manifest.attributes(
Expand Down

0 comments on commit d3610b5

Please sign in to comment.