Merge branch '5.3.x'
This commit is contained in:
commit
d94298aae5
|
@ -319,7 +319,7 @@ configure([rootProject] + javaProjects) { project ->
|
|||
// JSR-305 only used for non-required meta-annotations
|
||||
compileOnly("com.google.code.findbugs:jsr305")
|
||||
testCompileOnly("com.google.code.findbugs:jsr305")
|
||||
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.30")
|
||||
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.31")
|
||||
}
|
||||
|
||||
ext.javadocLinks = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:focal-20211006
|
||||
FROM ubuntu:focal-20220113
|
||||
|
||||
ADD setup.sh /setup.sh
|
||||
ADD get-jdk-url.sh /get-jdk-url.sh
|
||||
|
|
Loading…
Reference in New Issue