build.gradle.kts buildscript{} -> buildSrc/build.gradle.kts
This commit is contained in:
parent
2c188eb130
commit
40e85caf1b
2 changed files with 6 additions and 11 deletions
|
|
@ -3,17 +3,6 @@ import de.marcphilipp.gradle.nexus.NexusPublishPlugin
|
||||||
import net.ltgt.gradle.errorprone.ErrorPronePlugin
|
import net.ltgt.gradle.errorprone.ErrorPronePlugin
|
||||||
import net.ltgt.gradle.errorprone.errorprone
|
import net.ltgt.gradle.errorprone.errorprone
|
||||||
|
|
||||||
buildscript {
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
maven("https://oss.sonatype.org/content/repositories/snapshots/")
|
|
||||||
jcenter()
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath("com.bmuschko", "gradle-nexus-plugin", "2.3.1")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
signing
|
signing
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,11 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
maven("https://oss.sonatype.org/content/repositories/snapshots/")
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation("com.bmuschko", "gradle-nexus-plugin", "2.3.1")
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue