Skip to content

Commit

Permalink
whoops I didnt update project
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Aug 23, 2023
1 parent c24ce1b commit 52e2b4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "dev.isxander"
version = "1.1.0"
version = "1.3.0"

repositories {
mavenCentral()
Expand Down Expand Up @@ -113,6 +113,8 @@ if (modrinthId.isNotEmpty()) {
optional.project("modmenu")
}
}

tasks.getByName("modrinth").dependsOn("optimizeOutputsOfRemapJar")
}

val curseforgeId: String by project
Expand Down Expand Up @@ -154,11 +156,13 @@ githubRelease {
owner(split[0])
repo(split[1])
tagName("${project.version}")
targetCommitish("1.19")
targetCommitish("1.20.x/dev")
body(changelogText)
releaseAssets(tasks["remapJar"].outputs.files)
}

tasks.getByName("githubRelease").dependsOn("optimizeOutputsOfRemapJar")

publishing {
publications {
create<MavenPublication>("mod") {
Expand Down
1 change: 0 additions & 1 deletion changelogs/1.1.0.md → changelogs/1.3.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- Support Sodium 0.5
- Update to 1.20
- Add face rejection to increase performance
- Add mangrove roots culling

0 comments on commit 52e2b4c

Please sign in to comment.