/[Apache-SVN]
ViewVC logotype

Revision 1887650


Jump to revision: Previous Next
Author: mariusvolkhart
Date: Sun Mar 14 20:43:43 2021 UTC (3 years, 1 month ago)
Changed paths: 1
Log Message:
Change Gradle to use java-library plugin

This plugin is specifically built for libraries. The major difference to the regular java plugin is that is allows defining dependencies as part of the api or implementation. Both are used by the project at compile/runtime, but only api dependencies are made available to dependent projects.

In our current setup, this doesn't matter much. We deploy to maven central using pre-built POMs. It's more of a future-proofing, and it makes it a little bit clearer which gradle projects actually require which dependencies.

Changed paths

Path Details
Directorypoi/trunk/build.gradle modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26