various fixes
This commit is contained in:
@@ -1,24 +1,13 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath "net.woggioni.gradle:dependency-export:0.1"
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "net.woggioni.gradle.dependency-export" version "0.1"
|
||||
id "net.woggioni.gradle.dependency-export"
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
exportDependencies {
|
||||
configurationName = 'runtimeCl'
|
||||
configurationName = 'runtimeClasspath'
|
||||
}
|
||||
|
||||
renderDependencies {
|
||||
|
@@ -1,6 +1,10 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
maven {
|
||||
url = 'https://woggioni.net/mvn/'
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id "net.woggioni.gradle.dependency-export" version "0.1"
|
||||
}
|
||||
}
|
||||
|
@@ -1,21 +1,9 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath("net.woggioni.gradle:dependency-export:0.1")
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("net.woggioni.gradle.dependency-export") version "0.1"
|
||||
id("net.woggioni.gradle.dependency-export")
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -23,7 +11,7 @@ dependencies {
|
||||
}
|
||||
|
||||
configure<ExportDependenciesPluginExtension> {
|
||||
configurationName = "runtime"
|
||||
configurationName = "runtimeClassapath"
|
||||
}
|
||||
|
||||
configure<RenderDependenciesPluginExtension> {
|
||||
|
@@ -1,6 +1,11 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
url = 'https://woggioni.net/mvn/'
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
plugins {
|
||||
id "net.woggioni.gradle.dependency-export" version "0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user