Update to Gradle 8.7, for Java 21 support#30
Open
xtexx wants to merge 155 commits intoMinecraftFunctionPlusPlus:kotlin-latestfrom
Open
Update to Gradle 8.7, for Java 21 support#30xtexx wants to merge 155 commits intoMinecraftFunctionPlusPlus:kotlin-latestfrom
xtexx wants to merge 155 commits intoMinecraftFunctionPlusPlus:kotlin-latestfrom
Conversation
Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
包名修改 代码整理和优化
new file: src/main/kotlin/top/mcfpp/lang/JsonString.kt new file: src/main/kotlin/top/mcfpp/lang/MCFloat.kt modified: README.md modified: mcfpp/math/mcfpp.math.json modified: src/main/antlr/mcfpp.g4 modified: src/main/java/top/mcfpp/lang/System.java modified: src/main/kotlin/top/mcfpp/lang/Entity.kt modified: src/main/kotlin/top/mcfpp/lang/JsonString.kt modified: src/main/kotlin/top/mcfpp/lang/MCFloat.kt modified: src/main/kotlin/top/mcfpp/lib/McfppExprVisitor.kt modified: test/test.mcfpp
Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
修复编译后jar运行时找不到主类的问题
# Conflicts: # src/main/java/top/mcfpp/lang/System.java
注释了Selector,将其变更为TODO事项
修复了NativeFunction不能被库读写的问题
fix: a typo in String
fix: calendar comparing bug
修改gradlew与gradlew.bat的文件模式
清理未使用的import语句
# Conflicts: # src/main/java/top/mcfpp/lang/MCAnyData.java # src/main/java/top/mcfpp/lang/MCIntData.java # src/main/java/top/mcfpp/lang/NBTListData.java # src/main/java/top/mcfpp/lang/System.java # src/main/kotlin/top/mcfpp/antlr/McfppGenericClassVisitor.kt # src/main/kotlin/top/mcfpp/antlr/McfppLeftExprVisitor.kt # src/main/kotlin/top/mcfpp/antlr/McfppTypeVisitor.kt # src/main/kotlin/top/mcfpp/io/LibReader.kt # src/main/kotlin/top/mcfpp/lang/MCFPPTypeVar.kt # src/main/kotlin/top/mcfpp/lang/NBTDictionary.kt # src/main/kotlin/top/mcfpp/lib/NativeClass.kt # src/main/kotlin/top/mcfpp/model/Template.kt # src/main/kotlin/top/mcfpp/model/UnknownClass.kt # src/main/kotlin/top/mcfpp/model/field/CompoundDataField.kt # src/main/kotlin/top/mcfpp/model/field/IField.kt # src/main/kotlin/top/mcfpp/model/field/NamespaceField.kt # src/main/kotlin/top/mcfpp/model/field/SimpleFieldWithFunction.kt # src/main/kotlin/top/mcfpp/model/function/NativeFunction.kt # src/main/kotlin/top/mcfpp/model/generic/GenericClass.kt # src/main/kotlin/top/mcfpp/util/Utils.kt
Open
Collaborator
|
不知道为什么我的gradle升级到8.7,使用java 21之后,我就不能正常构建了,不知道是ide的问题还是什么的,之前我试过用java21的说。 I don't know why after upgrading my Gradle to 8.7, I couldn't build the project properly. I'm not sure if it's an issue with the IDE or something. I had tried using Java 21 before. |
Contributor
Author
|
不知道,我在加上 c2f6545 之后就可以了 |
4876527 to
5a2fa8f
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.