Maxqia / PoreRT

[Abandoned] Run Bukkit plugins on Sponge natively! (Batteries now included)
Other
32 stars 23 forks source link

Gradle Wrapper 3.3 #21

Closed skmedix closed 7 years ago

skmedix commented 7 years ago

In last commit SpongeAPI was bumped to use Gradle Wrapper 3.3 It's not necessary, but that's one step forward to 1.11.2, I guess. Also I would start update to 1.11.2 but mappings are not my thing.

Maxqia commented 7 years ago

From what I can tell, mappings didn't really change from the 1.11->1.11.2 (mainly because craftbukkit didn't change from v1_11_R1 -> v1_11_R2). For 1.11.2 and 1.11.1, you'd just need to update the converters (just look at bukkit and sponge's updates). Also this seems to be missing the gradlew.bat (and gradle version != minecraft in any way).

skmedix commented 7 years ago

and gradle version != minecraft in any way

Thats obvious.

And between 3.2 and 3.3, gradlew.bat wasn't changed.