@groovy.transform.CompileDynamic class OspackageApplicationSpringBootPlugin extends java.lang.Object
Combine the os-package with the Application plugin. Currently heavily opinionated to where the code will live, though that is slightly configurable using the ospackage_application extension. Usage:
apply plugin: 'org.springframework.boot'
apply plugin: 'nebula.ospackage-application-spring-boot'
dependencies {* implementation 'org.springframework.boot:spring-boot-starter'
testCompile 'org.springframework.boot:spring-boot-starter-test'
}*
$ ./gradlew buildDeb$ ./gradlew run| Type | Name and description |
|---|---|
OspackageApplicationExtension |
extension |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
apply(org.gradle.api.Project project) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |