We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 852d3dd + 7ef7af3 commit df79016Copy full SHA for df79016
build.gradle
@@ -1,13 +1,12 @@
1
import io.freefair.gradle.plugins.okhttp.tasks.UploadFile
2
-import org.springframework.boot.gradle.plugin.SpringBootPlugin
3
4
plugins {
5
id "org.springframework.boot" version "4.0.1" apply false
6
id "io.freefair.git-version"
7
id "io.freefair.okhttp"
8
id "io.freefair.maven-central.validate-poms" apply false
9
id "io.freefair.aggregate-javadoc"
10
- id 'org.jreleaser' version '1.21.0'
+ id 'org.jreleaser' version '1.22.0'
11
}
12
13
allprojects {
0 commit comments