Skip to content

Commit

Permalink
Update buildscripts, fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNeedsSnacks committed Nov 5, 2023
1 parent 38ff928 commit 3853395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
19 changes: 2 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id "dev.architectury.loom" version "0.12.0-SNAPSHOT"
id "dev.architectury.loom" version "1.3-SNAPSHOT"
id 'maven-publish'
id "com.matthewprenger.cursegradle" version "1.4.0"
id "me.shedaniel.unified-publishing" version "0.1.+"
}

Expand All @@ -17,20 +16,6 @@ group = project.mod_package

loom {
silentMojangMappingsLicense()

forge {
// useFabricMixin = true

dataGen {
mod project.mod_id
}

launches {
data {
arg "--existing", file("src/main/resources").absolutePath
}
}
}
}

repositories {
Expand Down Expand Up @@ -190,7 +175,7 @@ unifiedPublishing {
modrinth {
token = ENV.MODRINTH_TOKEN
id = project.modrinth_id
version = "$project.version+$project.name"
version = "$project.version"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip

0 comments on commit 3853395

Please sign in to comment.