snazy opened a new issue #2462:
URL: https://github.com/apache/iceberg/issues/2462


   Build is failing with this message:
   ```
   > Could not resolve all artifacts for configuration ':classpath'.
      > Could not resolve com.palantir.baseline:gradle-junit-reports:3.36.2.
        Required by:
            project : > com.palantir.baseline:gradle-baseline-java:3.36.2
         > Could not resolve com.palantir.baseline:gradle-junit-reports:3.36.2.
            > Could not get resource 
'http://palantir.bintray.com/releases/com/palantir/baseline/gradle-junit-reports/3.36.2/gradle-junit-reports-3.36.2.pom'.
               > Could not GET 
'http://palantir.bintray.com/releases/com/palantir/baseline/gradle-junit-reports/3.36.2/gradle-junit-reports-3.36.2.pom'.
 Received status code 403 from server: Forbidden
      > Could not resolve 
com.palantir.javaformat:palantir-java-format-spi:0.3.9.
        Required by:
            project : > com.palantir.baseline:gradle-baseline-java:3.36.2
         > Could not resolve 
com.palantir.javaformat:palantir-java-format-spi:0.3.9.
            > Could not get resource 
'http://palantir.bintray.com/releases/com/palantir/javaformat/palantir-java-format-spi/0.3.9/palantir-java-format-spi-0.3.9.pom'.
               > Could not GET 
'http://palantir.bintray.com/releases/com/palantir/javaformat/palantir-java-format-spi/0.3.9/palantir-java-format-spi-0.3.9.pom'.
 Received status code 403 from server: Forbidden
      > Could not resolve 
com.palantir.javaformat:gradle-palantir-java-format:0.3.9.
        Required by:
            project : > com.palantir.baseline:gradle-baseline-java:3.36.2
         > Could not resolve 
com.palantir.javaformat:gradle-palantir-java-format:0.3.9.
            > Could not get resource 
'http://palantir.bintray.com/releases/com/palantir/javaformat/gradle-palantir-java-format/0.3.9/gradle-palantir-java-format-0.3.9.pom'.
               > Could not GET 
'http://palantir.bintray.com/releases/com/palantir/javaformat/gradle-palantir-java-format/0.3.9/gradle-palantir-java-format-0.3.9.pom'.
 Received status code 403 from server: Forbidden
   ```
   
   Just changing `http` to `https` doesn't change anything.
   
   Bumping to `com.palantir.baseline:gradle-baseline-java:3.76.0` helps a 
little, but unfortunately, there's still one dependency missing:
   ```
      > Could not resolve 
com.palantir.javaformat:palantir-java-format-spi:0.3.9.
        Required by:
            project : > com.palantir.baseline:gradle-baseline-java:3.36.2
         > Could not resolve 
com.palantir.javaformat:palantir-java-format-spi:0.3.9.
            > Could not get resource 
'http://palantir.bintray.com/releases/com/palantir/javaformat/palantir-java-format-spi/0.3.9/palantir-java-format-spi-0.3.9.pom'.
               > Could not GET 
'http://palantir.bintray.com/releases/com/palantir/javaformat/palantir-java-format-spi/0.3.9/palantir-java-format-spi-0.3.9.pom'.
 Received status code 403 from server: Forbidden
      > Could not resolve 
com.palantir.javaformat:gradle-palantir-java-format:0.3.9.
        Required by:
            project : > com.palantir.baseline:gradle-baseline-java:3.36.2
         > Could not resolve 
com.palantir.javaformat:gradle-palantir-java-format:0.3.9.
            > Could not get resource 
'http://palantir.bintray.com/releases/com/palantir/javaformat/gradle-palantir-java-format/0.3.9/gradle-palantir-java-format-0.3.9.pom'.
               > Could not GET 
'http://palantir.bintray.com/releases/com/palantir/javaformat/gradle-palantir-java-format/0.3.9/gradle-palantir-java-format-0.3.9.pom'.
 Received status code 403 from server: Forbidden
   ```
   (Note: it seems, that the `repositories` block in `build.gradle` can be 
safely removed.)
   
   Seems that all Palantir artifacts are only published to bintray according to 
mvnrepository.com , which makes it quite hard to find an alternative Maven repo 
for `palantir-java-format-spi`.
   
   Looking, whether there's at least a temporary, dirty hack to get it working.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to