Skip to content

Commit 995cf2f

Browse files
committed
3.3.0 release
1 parent eeb6539 commit 995cf2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ task rifBeneSplit(type: JavaExec) {
215215
}
216216

217217
shadowJar {
218+
zip64 true
218219
def versionFile = new File("$projectDir/src/main/resources/version.txt")
219220
def versionText = "N/A"
220221
if (versionFile.exists()) {
@@ -363,7 +364,7 @@ artifacts {
363364
}
364365

365366
def mavenGroup = 'org.mitre.synthea'
366-
def mavenVersion = '3.2.2-SNAPSHOT'
367+
def mavenVersion = '3.3.0'
367368

368369
publishing {
369370
publications {

0 commit comments

Comments
 (0)