mirror of
https://github.com/jlengrand/picocli.git
synced 2026-03-10 08:41:17 +00:00
Create spring boot starter with spring factory
This commit is contained in:
committed by
Remko Popma
parent
2e825a3ca8
commit
8569785fdc
17
picocli-spring-boot-starter/build.gradle
Normal file
17
picocli-spring-boot-starter/build.gradle
Normal 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")
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
provides: picocli
|
||||
Reference in New Issue
Block a user