Skip to content

Commit

Permalink
Port to 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Defeatomizer committed Jul 18, 2024
1 parent e0a3ea0 commit 72ff2ea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ repositories {
flatDir { dirs mcreator_path + "/lib" }
}

// workaround for IDEA-265203
System.setProperty("user.dir", projectDir.toString())

group = 'net.mcreator.vcs'
version = new JsonSlurper().parse(file('src/main/resources/plugin.json'))['info']['version']

java.toolchain.languageVersion = JavaLanguageVersion.of(17)
java.toolchain.languageVersion = JavaLanguageVersion.of(21)

idea {
module {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
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-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 3 additions & 2 deletions src/main/resources/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"supportedversions": [
202400115713,
202400115821,
2024001
2024001,
2024002
],
"javaplugin": "net.mcreator.vcs.Launcher",
"info": {
"name": "MCreator VCS plugin",
"author": "MCreator, Defeatomizer",
"version": "2024.1.3",
"version": "2024.2.1",
"updateJSONURL": "https://drive.google.com/uc?id=1ZljgXiBC7whAeiJ7XqUp9PwJ8M_j7hIb",
"pluginPageID": 97468
}
Expand Down

0 comments on commit 72ff2ea

Please sign in to comment.