diff --git a/build.gradle b/build.gradle index 7a534eb..c42f042 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group = 'com.github.valb3r' -version = '0.1.4-SNAPSHOT' +version = '0.1.4.1' sourceCompatibility = '11' repositories { @@ -36,3 +36,15 @@ dependencies { test { useJUnitPlatform() } + +publishing { + publications { + mavenJava(MavenPublication) { + groupId = 'com.github.valb3r' + artifactId = 'letsencrypt-helper' + version = '0.1.4.1' + + from components.java + } + } +} \ No newline at end of file