Skip to content

Conversation

@aaneja
Copy link
Contributor

@aaneja aaneja commented Oct 14, 2024

Changes made -

  1. Upgraded to latest stable Gradle (8.10.2)
  2. sun.net.spi.nameservice.NameServiceDescriptor was removed post JDK9. Migrated to the new InetAddressResolverProvider class introduced in JDK 18
  3. Had to setup first class dependencies for projects to have build work

Status

Source build works with

./gradlew clean build -x signArchives -x test --info

Source + tests fail - Need to figure out how Gradle runs the VM for tests and inject required --add-opens

name artifactId
artifactId artifactId
}
publishing {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO : Check if the publishing properties are correct. groupid should be mapped correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant