Alexander Brandes
Alexander Brandes
> * What went wrong: Execution failed for task ':plotsquared-bukkit:spotlessJavaCheck'. > The following files had format violations: src/main/java/com/plotsquared/bukkit/listener/BlockEventListener.java @@ -60,7 +60,6 @@ import·com.sk89q.worldedit.WorldEdit; import·com.sk89q.worldedit.bukkit.BukkitAdapter; import·com.sk89q.worldedit.world.block.BlockType; -import·net.kyori.adventure.text.Component; import·net.kyori.adventure.text.minimessage.tag.Tag; import·net.kyori.adventure.text.minimessage.tag.resolver.TagResolver; import·org.bukkit.Bukkit; Run...
>> The code restored is incorrect to the code removed. The toolchain should point to Java 17 as development goal but compile against Java 8 as release goal. >The code...
> What is the big difference between TARGET_JVM_VERSION_ATTRIBUTE and the current code? `targetCompatibility` and `sourceCompatibility` represent the javac flags `-target release` and `-source release`. TARGET_JVM_VERSION_ATTRIBUTE is an attribute for Gradle....
I've filed https://issues.jenkins.io/browse/JENKINS-68296 on Jira to track this on the ux regression dashboard.
> Has been fixed with [jenkinsci/workflow-multibranch-plugin#154](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/154) and [jenkinsci/branch-api-plugin#290](https://github.com/jenkinsci/branch-api-plugin/pull/290) This issue is not yet fixed and caused by a much more recent PR, as basil stated, and has nothing to do...
/label ready-for-merge --- This PR is now ready for merge. We will merge it after ~24 hours if there is no negative feedback. Please see the [merge process documentation](https://github.com/jenkinsci/jenkins/blob/master/docs/MAINTAINERS.adoc#merge-process) for...
@mustafau It would be awesome, if you could take a quick look over the changes proposed :)
I'll go ahead and close this PR, given the changes requested haven't been addressed in a decent amount of time. However, you're welcome to reopen this PR at a later...
Tests are failing
> Not sure why there were some recent blogposts with hard coded links, but since this PR adding a script in the Makefile preventing them, this shouldn't happen anymore: #5899...