mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 18:46:35 +01:00
chore(ci): switch from compile
This commit is contained in:
parent
e5f76b297e
commit
635e8799b2
@ -75,7 +75,6 @@ buildscript {
|
|||||||
maven {url "https://plugins.gradle.org/m2/"}
|
maven {url "https://plugins.gradle.org/m2/"}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "org.apache.httpcomponents:httpmime:4.5.13"
|
classpath "org.apache.httpcomponents:httpmime:4.5.13"
|
||||||
@ -112,7 +111,7 @@ String getPluginData(String tag) {
|
|||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
// configuration that holds jars to copy into lib
|
// configuration that holds jars to copy into lib
|
||||||
compile.extendsFrom(includeLibs)
|
implementation.extendsFrom(includeLibs)
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
Loading…
Reference in New Issue
Block a user