Переглянути джерело

Fix Gradle build to use bootJar

Greg Turnquist 7 роки тому
батько
коміт
3c57a1160c
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      complete/build.gradle
  2. 1 1
      initial/build.gradle

+ 1 - 1
complete/build.gradle

@@ -12,7 +12,7 @@ apply plugin: 'eclipse'
 apply plugin: 'org.springframework.boot'
 apply plugin: 'io.spring.dependency-management'
 
-jar {
+bootJar {
     baseName = 'gs-messaging-stomp-websocket'
     version = '0.1.0'
 }

+ 1 - 1
initial/build.gradle

@@ -12,7 +12,7 @@ apply plugin: 'eclipse'
 apply plugin: 'org.springframework.boot'
 apply plugin: 'io.spring.dependency-management'
 
-jar {
+bootJar {
     baseName = 'gs-messaging-stomp-websocket'
     version =  '0.1.0'
 }