Leo Na
Leo Na
Works well with just string like `gitPropertiesResourceDir = "${project.rootDir}/src/main/resources"` for Gradle 6.8, but need to use `gitPropertiesResourceDir = file("${project.rootDir}/src/main/resources")` for Gradle 7.x. Same for `dotGitDirectory`
Hi @AustinGil , hope you already resolve the issue. I had the same error just now, like below ``` Serverless: Checking deployment update progress... ...................... Serverless: Done... Service Information service:...
Thanks @sfc-gh-dszmolka , do we have any update for the driver size? We recently have an issue caused by the driver size as well. If not, we plan to use...
Thanks for your comment @sfc-gh-dszmolka , really appreciated! We tried thin jar and will work around by excluding certain dependencies from the jar file.