Skip to content

Commit edc6c64

Browse files
authored
Removed preview from gradle (#1998)
1 parent 522d15f commit edc6c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if(hasProperty('buildProfile') && buildProfile == "jre8") {
7272
}
7373
}
7474

75-
jar.archiveFileName = "${archivesBaseName}-${version}.${jreVersion}-preview.jar"
75+
jar.archiveFileName = "${archivesBaseName}-${version}.${jreVersion}.jar"
7676
jar {
7777
manifest {
7878
attributes 'Title': "Microsoft JDBC Driver ${archiveVersion} for SQL Server",

0 commit comments

Comments
 (0)