chore(ci): switch from compile

This commit is contained in:
Sekwah 2022-04-24 03:34:45 +01:00
parent efe256a33a
commit f2542b881e
No known key found for this signature in database
GPG Key ID: 9E0D654FC942286D
1 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,6 @@ buildscript {
maven {url "https://plugins.gradle.org/m2/"}
mavenCentral()
mavenLocal()
jcenter()
}
dependencies {
classpath "org.apache.httpcomponents:httpmime:4.5.13"
@ -63,7 +62,7 @@ tasks.withType(JavaCompile) {
configurations {
// configuration that holds jars to copy into lib
compile.extendsFrom(includeLibs)
implementation.extendsFrom(includeLibs)
}
repositories {