-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 1.17 and rework Autoconfig to use Jankson #70
Draft
jhbuchanan45
wants to merge
4
commits into
TheRandomLabs:1.16-fabric
Choose a base branch
from
jhbuchanan45:1.17-fabric
base: 1.16-fabric
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
d620702
Update to 1.17 and rework Autoconfig to use Jankson
jhbuchanan45 421db7f
Update to 1.17.1 mappings
jhbuchanan45 f0d8dde
Fix versions to indicate 1.17.1 support and use latest fabric-loom
jhbuchanan45 8a0265c
Update to latest yarn mappings and fabric-loom
jhbuchanan45 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,28 +2,27 @@ import com.modrinth.minotaur.TaskModrinthUpload | |
|
||
plugins { | ||
id "java-library" | ||
id "fabric-loom" version "0.5-SNAPSHOT" | ||
id "fabric-loom" version "0.9.+" | ||
id "com.matthewprenger.cursegradle" version "1.4.0" | ||
id "com.modrinth.minotaur" version "1.1.0" | ||
id "com.modrinth.minotaur" version "1.2.1" | ||
id "org.cadixdev.licenser" version "0.6.1" | ||
} | ||
|
||
ext { | ||
commonGradleBranch = "master" | ||
minecraftVersion = "1.16.5" | ||
yarnMappings = "1.16.5+build.1" | ||
loaderVersion = "0.11.1" | ||
fabricAPIVersion = "0.29.3+1.16" | ||
modMenuVersion = "1.14.13+build.19" | ||
clothConfigVersion = "4.8.3" | ||
minecraftVersion = "1.17.1" | ||
yarnMappings = "1.17.1+build.40" | ||
loaderVersion = "0.11.6" | ||
fabricAPIVersion = "0.37.0+1.17" | ||
clothConfigVersion = "5.0.34" | ||
modMenuVersion = "2.0.2" | ||
autoConfigVersion = "3.3.1" | ||
autoConfigTOMLVersion = "autoconfig-3.x.x-fabric-SNAPSHOT" | ||
} | ||
|
||
version = "2.0.6-fabric" | ||
version = "2.1.0-fabric" | ||
group = "com.therandomlabs.vanilladeathchest" | ||
archivesBaseName = "vanilladeathchest" | ||
|
||
apply from: "https://raw.githubusercontent.com/TheRandomLabs/Common-Gradle/${project.commonGradleBranch}/fabric.gradle" | ||
apply from: "https://raw.githubusercontent.com/jhbuchanan45/Common-Gradle/main/fabric.gradle" | ||
|
||
if (project.hasProperty("curseForgeAPIKey")) { | ||
curseforge { | ||
|
@@ -33,14 +32,9 @@ if (project.hasProperty("curseForgeAPIKey")) { | |
id = "393000" | ||
|
||
addGameVersion "Fabric" | ||
addGameVersion "Java 10" | ||
addGameVersion "Java 9" | ||
addGameVersion "Java 8" | ||
addGameVersion "1.16.5" | ||
addGameVersion "1.16.4" | ||
addGameVersion "1.16.3" | ||
addGameVersion "1.16.2" | ||
addGameVersion "1.16.1" | ||
addGameVersion "Java 16" | ||
addGameVersion "1.17.0" | ||
addGameVersion "1.17.1" | ||
|
||
mainArtifact(remapJar) { | ||
changelogType = "markdown" | ||
|
@@ -83,11 +77,8 @@ if (project.hasProperty("modrinthToken")) { | |
changelog = new File("changelog.md").getText() | ||
uploadFile = remapJar | ||
releaseType = "alpha" | ||
addGameVersion("1.16.5") | ||
addGameVersion("1.16.4") | ||
addGameVersion("1.16.3") | ||
addGameVersion("1.16.2") | ||
addGameVersion("1.16.1") | ||
addGameVersion("1.17.0") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. here too, see above |
||
addGameVersion("1.17.1") | ||
addLoader("fabric") | ||
addFile(sourcesJar) | ||
addFile(javadocJar) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be
instead of
1.17.0