Correct the permissions of scripts in archives of boot distribution
Closes gh-14158
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath files(pluginClasspath.split(','))
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'org.springframework.boot'
|
||||
apply plugin: 'application'
|
||||
apply plugin: 'java'
|
||||
|
||||
bootJar {
|
||||
mainClassName = 'com.example.ExampleApplication'
|
||||
}
|
||||
Reference in New Issue
Block a user