Skip to content

Commit

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

apply from: 'https://files.latmod.com/public/markdown-git-changelog.gradle'
apply from: 'https://files.latvian.dev/public/markdown-git-changelog.gradle'

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17

Expand Down Expand Up @@ -174,7 +173,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-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip

0 comments on commit ad0f7df

Please sign in to comment.