mirror of
https://github.com/tommyskeff/futur4j.git
synced 2026-01-17 23:16:01 +00:00
deploy to nexus repo
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -1,5 +1,14 @@
|
||||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version "8.1.1"
|
||||
id 'com.github.johnrengelman.shadow' version '8.1.1'
|
||||
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
|
||||
}
|
||||
|
||||
nexusPublishing {
|
||||
repositories {
|
||||
tommyjs {
|
||||
nexusUrl = uri("https://repo.tommyjs.dev/repository/maven-releases")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
||||
Reference in New Issue
Block a user