diff --git a/build.gradle b/build.gradle index 1802feb..9d9df61 100644 --- a/build.gradle +++ b/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 {