arenadata / pxf

Apache License 2.0
2 stars 3 forks source link

Build from source failed #98

Closed IdentySergey closed 1 month ago

IdentySergey commented 3 months ago

Build local is not possible, broken: https://github.com/arenadata/pxf/blob/pxf-6.x/server/build.gradle

Added private repositories:

maven {
    url "https://rt.adsw.io/artifactory/maven-arenadata-release/"
    mavenContent {
        releasesOnly()
    }
}
maven {
    url "https://rt.adsw.io/artifactory/maven-arenadata-snapshot/"
    mavenContent {
        snapshotsOnly()
    }
}
RomaZe commented 1 month ago

@IdentySergey Hello! The issue has been resolved and the changes have been merged into the pxf-6.x branch