We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2399bb commit e5c20b2Copy full SHA for e5c20b2
complete/build.gradle
@@ -13,7 +13,7 @@ apply plugin: 'idea'
13
apply plugin: 'org.springframework.boot'
14
apply plugin: 'io.spring.dependency-management'
15
16
-jar {
+bootJar {
17
baseName = 'gs-accessing-data-mysql'
18
version = '0.1.0'
19
}
initial/build.gradle
0 commit comments