Closed vertical-blank closed 4 years ago
Thanks, @vertical-blank for cutting a new release. By when the new version will be available on maven central?
@vatsalmevada I've staged new version, but I missed to presss "release" button... I've done it about 5 hours ago, and now that is available on maven central.
@vertical-blank , still can not see 1.0.3 on maven. https://mvnrepository.com/artifact/com.github.vertical-blank/sql-formatter
Am I looking at the right location?
@vatsalmevada mvnrepository.com takes more time than Sonatype to reflect a new release.
Actual URL of artifact being grabbed by maven(or sbt, gradle etc...) is this. https://repo1.maven.org/maven2/com/github/vertical-blank/sql-formatter/1.0.3/
And, this script works for me.
groovy ./test.groovy
@Grab('com.github.vertical-blank:sql-formatter:1.0.3')
import com.github.vertical_blank.sqlformatter.SqlFormatter
println SqlFormatter.format("SELECT * FROM table1")
@vertical-blank got it. Thanks!
Codecov Report
Continue to review full report at Codecov.