Skip to content

Commit

Permalink
Removed preview from gradle (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyc authored Dec 13, 2022
1 parent 522d15f commit edc6c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if(hasProperty('buildProfile') && buildProfile == "jre8") {
}
}

jar.archiveFileName = "${archivesBaseName}-${version}.${jreVersion}-preview.jar"
jar.archiveFileName = "${archivesBaseName}-${version}.${jreVersion}.jar"
jar {
manifest {
attributes 'Title': "Microsoft JDBC Driver ${archiveVersion} for SQL Server",
Expand Down

0 comments on commit edc6c64

Please sign in to comment.