Skip to content

Commit

Permalink
fix: snapshot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Sep 15, 2024
1 parent 7173f76 commit 407c4fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
id "me.modmuss50.mod-publish-plugin" version "0.7.1"
}

apply from: 'https://raw.githubusercontent.com/FTBTeam/mods-meta/main/gradle/publishing.gradle'

tasks.named('wrapper', Wrapper).configure {
distributionType = Wrapper.DistributionType.BIN
Expand All @@ -14,6 +13,8 @@ tasks.named('wrapper', Wrapper).configure {
version = mod_version
group = mod_group_id

apply from: 'https://raw.githubusercontent.com/FTBTeam/mods-meta/main/gradle/publishing.gradle'

repositories {
mavenLocal()
}
Expand Down Expand Up @@ -139,7 +140,7 @@ neoForge.ideSyncTask generateModMetadata
publishing {
publications {
register('mavenJava', MavenPublication) {
from components.java
version = ftbPublishing.mavenVersion
}
}

Expand Down

0 comments on commit 407c4fe

Please sign in to comment.