Skip to content

Commit

Permalink
Tag 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marianobarrios committed Jul 7, 2024
1 parent a23d605 commit 5a66b8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ java {
}
}

println(javaToolchain)

compileJava {
if (javaToolchain != "8") {
options.release = 8
Expand Down Expand Up @@ -133,7 +131,7 @@ publishing {
tlschannel(MavenPublication) {
groupId = 'com.github.marianobarrios'
artifactId = 'tls-channel'
version = '0.9.0'
version = '0.9.1'
from components.java
pom {
name = 'TLS Channel'
Expand Down

0 comments on commit 5a66b8f

Please sign in to comment.