Skip to content

Commit

Permalink
3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadleynet committed Sep 6, 2024
1 parent eeb6539 commit 995cf2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ task rifBeneSplit(type: JavaExec) {
}

shadowJar {
zip64 true
def versionFile = new File("$projectDir/src/main/resources/version.txt")
def versionText = "N/A"
if (versionFile.exists()) {
Expand Down Expand Up @@ -363,7 +364,7 @@ artifacts {
}

def mavenGroup = 'org.mitre.synthea'
def mavenVersion = '3.2.2-SNAPSHOT'
def mavenVersion = '3.3.0'

publishing {
publications {
Expand Down

0 comments on commit 995cf2f

Please sign in to comment.