Remove this

This commit is contained in:
Telesphoreo 2022-04-01 16:13:09 -05:00
parent bb92805fa5
commit 90cccb804a
1 changed files with 0 additions and 6 deletions

View File

@ -111,12 +111,6 @@ publishing {
publications {
maven(MavenPublication) {
from(components.java)
// TODO: Not working
versionMapping {
usage("implementation") {
fromResolutionOf("compileClasspath")
}
}
}
}
repositories {