mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 10:36:17 +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/"}
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.apache.httpcomponents:httpmime:4.5.13"
|
||||
@ -112,7 +111,7 @@ String getPluginData(String tag) {
|
||||
|
||||
configurations {
|
||||
// configuration that holds jars to copy into lib
|
||||
compile.extendsFrom(includeLibs)
|
||||
implementation.extendsFrom(includeLibs)
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
Loading…
Reference in New Issue
Block a user