Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into fork/ItsEmpa/kt/minion
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/java/me/partlysanestudios/partlysaneskies/features/economy/minioncalculator/MinionData.java
#	src/main/java/me/partlysanestudios/partlysaneskies/features/economy/minioncalculator/ProfitMinionCalculator.java
#	src/main/kotlin/me/partlysanestudios/partlysaneskies/PartlySaneSkies.kt
#	src/main/kotlin/me/partlysanestudios/partlysaneskies/features/gui/mainmenu/MainMenuOptionMenu.kt
#	src/main/kotlin/me/partlysanestudios/partlysaneskies/features/gui/mainmenu/PSSMainMenu.kt
#	src/main/kotlin/me/partlysanestudios/partlysaneskies/utils/StringUtils.kt
  • Loading branch information
j10a1n15 committed Aug 13, 2024
2 parents 425bcbb + 380fb2b commit fe05afd
Show file tree
Hide file tree
Showing 160 changed files with 6,272 additions and 5,949 deletions.
8 changes: 7 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,16 @@ toolkitGitHubPublishing {
repository.set("partly-sane-skies")
}

tasks {
fatJar {
relocate("com.jagrosh.discordipc", "me.partlysanestudios.partlysaneskies.deps.discordipc")
}
}

bloom {
val dogfood: String by project
val releaseChannel: String by project

replacement("@DOGFOOD@", dogfood)
replacement("@RELEASE_CHANNEL@", releaseChannel)
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod.name=Partly Sane Skies
mod.id=partlysaneskies
mod.description=Developed by Partly Sane Studios. Discord: https://discord.gg/v4PU3WeH7z

mod.version=beta-v0.6.2-prerelease-5
mod.version=beta-v0.6.2-prerelease-8
# -----------------------CHANGE TO FALSE BEFORE RELEASING
dogfood=false
# Release Channel:
Expand Down

This file was deleted.

Loading

0 comments on commit fe05afd

Please sign in to comment.