8 changed files with 119 additions and 16 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
plugins { |
||||
id 'java' |
||||
id 'org.springframework.boot' version '{version}' |
||||
} |
||||
|
||||
tasks.named("bootJar") { |
||||
fileMode = 0400 |
||||
dirMode = 0500 |
||||
mainClass = 'com.example.Application' |
||||
} |
||||
0
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootJarIntegrationTests-basicBuild.gradle → spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootJarIntegrationTests.gradle
0
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootJarIntegrationTests-basicBuild.gradle → spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootJarIntegrationTests.gradle
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
plugins { |
||||
id 'war' |
||||
id 'org.springframework.boot' version '{version}' |
||||
} |
||||
|
||||
tasks.named("bootWar") { |
||||
fileMode = 0400 |
||||
dirMode = 0500 |
||||
mainClass = 'com.example.Application' |
||||
} |
||||
0
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootWarIntegrationTests-basicBuild.gradle → spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootWarIntegrationTests.gradle
0
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootWarIntegrationTests-basicBuild.gradle → spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootWarIntegrationTests.gradle
Loading…
Reference in new issue