We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975229f commit ed1ba6bCopy full SHA for ed1ba6b
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id("java-library")
3
4
// To create a fat jar build/libs/...-all.jar, run: ./gradlew shadowJar
5
- id("com.gradleup.shadow").version("9.2.2")
+ id("com.gradleup.shadow").version("9.3.0")
6
7
// Code formatting; defines targets "spotlessApply" and "spotlessCheck"
8
// Version 8.0.0 and later requires Java 17+.
0 commit comments