|
|
|
|
@ -5,6 +5,11 @@ plugins {
@@ -5,6 +5,11 @@ plugins {
|
|
|
|
|
|
|
|
|
|
apply plugin: "io.spring.dependency-management" |
|
|
|
|
|
|
|
|
|
java { |
|
|
|
|
sourceCompatibility = '17' |
|
|
|
|
targetCompatibility = '17' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
|
maven { url "file:${rootDir}/../docker-test-maven-repository"} |
|
|
|
|
mavenCentral() |
|
|
|
|
|