Create spring boot starter with spring factory

This commit is contained in:
Thibaud Lepretre
2019-06-26 10:06:58 +02:00
committed by Remko Popma
parent 2e825a3ca8
commit 8569785fdc
7 changed files with 103 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
plugins {
id 'java'
}
group 'info.picocli'
version '4.0.0-rc-1-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: '2.1.6.RELEASE' )
compileOnly("org.springframework.boot:spring-boot-configuration-processor:2.1.6.RELEASE")
}

View File

@@ -0,0 +1 @@
provides: picocli