Doug Papenthien
Doug Papenthien
It occurred to me that calling it "private" might be too vague. It's not private in that it requires a VPN or private network connection. It just requires authentication.
Thanks for the clarification. I'll keep an eye out for future releases. We'll stick to the advanced configuration that works fine. The attempt to move to default configuration was really...
We share the credentials through environment variables that set the appropriate gradle properties. ```yaml name: Release on: push: branches: [ main ] env: JAVA_VERSION: 21 JAVA_DISTRIBUTION: 'temurin' ORG_GRADLE_PROJECT_artifactory_user: ${{ secrets.ARTIFACTORY_USER...
I just tried out 3.16.0 and the problem is still present: ``` Caused by: java.nio.file.InvalidPathException: Illegal char at index 6: nested:\C:\dev\\build\libs\-application.jar\!BOOT-INF\lib\sf_client_config.json at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:204) ~[?:?] at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:175) ~[?:?] at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) ~[?:?]...