Skip to content

Commit dcf2910

Browse files
fix tool chain
1 parent 0f07b11 commit dcf2910

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

settings.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
rootProject.name = 'SpringBoot3BatchStarter'
1+
plugins {
2+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
3+
}
24

5+
rootProject.name = 'SpringBoot3BatchStarter'
36
include 'skeletonBatch'
47
include 'dbAndCsvBatch'

0 commit comments

Comments
 (0)