refactor of dependency-export plugin to allow for cli argument configuration
This commit is contained in:
@@ -4,13 +4,12 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath "net.woggioni.plugins:dependency-export:0.1"
|
||||
classpath "net.woggioni.gradle:dependency-export:0.1"
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.jvm" version "1.3.61"
|
||||
id "net.woggioni.plugins.dependency-export" version "0.1"
|
||||
id "net.woggioni.gradle.dependency-export" version "0.1"
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -18,9 +17,8 @@ repositories {
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
|
||||
exportDependencies {
|
||||
configurationName = 'runtime'
|
||||
configurationName = 'runtimeCl'
|
||||
}
|
||||
|
||||
renderDependencies {
|
||||
|
Reference in New Issue
Block a user