deploy to nexus repo

This commit is contained in:
tommyskeff
2024-03-31 20:39:48 +01:00
parent 62e90319ea
commit d40a28d76d

View File

@@ -1,5 +1,14 @@
plugins { 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 { subprojects {