Skip to content

Commit

Permalink
Another JitPack release attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Nov 9, 2021
1 parent 570858d commit 6a3ec87
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'com.github.valb3r'
version = '0.1.4-SNAPSHOT'
version = '0.1.4.1'
sourceCompatibility = '11'

repositories {
Expand Down Expand Up @@ -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
}
}
}

0 comments on commit 6a3ec87

Please sign in to comment.