Skip to content

Commit df79016

Browse files
committed
Merge branch '3.5.x' of github.com:freefair/okhttp-spring-boot into 4.0.x
2 parents 852d3dd + 7ef7af3 commit df79016

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import io.freefair.gradle.plugins.okhttp.tasks.UploadFile
2-
import org.springframework.boot.gradle.plugin.SpringBootPlugin
32

43
plugins {
54
id "org.springframework.boot" version "4.0.1" apply false
65
id "io.freefair.git-version"
76
id "io.freefair.okhttp"
87
id "io.freefair.maven-central.validate-poms" apply false
98
id "io.freefair.aggregate-javadoc"
10-
id 'org.jreleaser' version '1.21.0'
9+
id 'org.jreleaser' version '1.22.0'
1110
}
1211

1312
allprojects {

0 commit comments

Comments
 (0)