vlsi commented on issue #104: WIP: CALCITE-3158: Avatica: migrate build system to Gradle URL: https://github.com/apache/calcite-avatica/pull/104#issuecomment-540751200 > Regarding the properties what I would to know how I can point to a different Nexus URL (other than the default http://localhost:8080/). There's no property for that yet. The following should work: ```kotlin releaseParams { nexus { url.set("https://repository.apache.org") } } ``` > The docker ps commands shows the following: It shows the same for me. Do you probably have another server on port 80?
---------------------------------------------------------------- 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] With regards, Apache Git Services
