Skip to content

Commit

Permalink
Prepare release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnault committed Jul 15, 2022
1 parent c45a90c commit 7bbdde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

def compileJavaVersion = "8"
def testJavaVersion = project.findProperty("testJavaVersion") ?: "16"
def testJavaVersion = project.findProperty("testJavaVersion") ?: "17"
def jvmVendor = null
logger.lifecycle("Compiling for Java ${compileJavaVersion} and later, testing against Java ${testJavaVersion}")

Expand All @@ -14,7 +14,7 @@ subprojects {
apply plugin: 'com.github.johnrengelman.shadow'

group = "com.github.therapi"
version = "0.14.0-SNAPSHOT"
version = "0.14.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 7bbdde1

Please sign in to comment.