Skip to content

Commit

Permalink
Change the java version.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardofroes committed Aug 2, 2022
1 parent 8334ed3 commit f0ecc4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ plugins {
}

group 'com.github.CST-Group'
version '0.1.5'
version '0.1.6'

sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 1.11
targetCompatibility = 1.11

repositories {
mavenCentral()
Expand Down Expand Up @@ -59,7 +59,7 @@ publishing {
gpr(MavenPublication) {
groupId = 'com.github.CST-Group'
artifactId = 'ctm'
version = '0.1.5'
version = '0.1.6'

from(components.java)
}
Expand Down

0 comments on commit f0ecc4d

Please sign in to comment.