Results 17 comments of Telesphoreo

I am having the same problem. Console output on Gradle 7.5: https://ci.plex.us.org/job/Plex/job/master/314/console You can see the entire pipeline steps here: https://github.com/plexusorg/Plex/blob/master/Jenkinsfile The build task runs but publishing fails Rolling back...

Unfortunately still not working for me ``` 7:16:51 PM: Executing 'publish'... > Task :publish UP-TO-DATE > Task :proxy:blossomSourceReplacementJava UP-TO-DATE > Task :proxy:compileJava UP-TO-DATE > Task :proxy:processResources UP-TO-DATE > Task :proxy:classes...

I upgraded to `7.6-20220825090952+0000` and it's fixed now

Our development team ended up fixing both issues ourselves. We updated the plugin to work with Gradle 7.4+ https://github.com/plexusorg/plugin-yml You can use it by adding this to your settings.gradle file...

``` com.github.Telesphoreo TF-WorldEdit 76e3b56e92 provided ``` Mine compiles just fine without having a .bukkit or .core

Actually no, I deleted the sponge and forge project folders completely so it doesn't build those at all

@tylerhyperHD you don't need to remove the licensing plugin, you just have to add the header. The new worldedit still compiles fine with 1.12 or 1.13 but is not compatible...

One of the things you can do to get the other version of WorldEdit to compile is to use the CodeMC repo. They have all of the NMS (for 1.12/1.13...

There was a suggestion made quite a while ago to block it, apparently because the other ban module showed the ips and we wanted the permbans blocked as well

I believe it was to keep it consistent, but it could be fixed the other way around by unblocking the ban module but I personally don't think it's a good...