Code: Select all
Table 2. Java Library plugin — configurations used by consumers
+--------------------+------------------------------------+-------------+-------------+------------------------------------------------------------------------------------------------------------------------------+
| Configuration name | Role | Consumable? | Resolvable? | Description |
+--------------------+------------------------------------+-------------+-------------+------------------------------------------------------------------------------------------------------------------------------+
| apiElements | For compiling against this library | yes | no | This configuration is meant to be used by consumers, to retrieve all the elements necessary to compile against this library. |
| runtimeElements | For executing this library | yes | no | This configuration is meant to be used by consumers, to retrieve all the elements necessary to run against this library. |
+--------------------+------------------------------------+-------------+-------------+------------------------------------------------------------------------------------------------------------------------------+
< /code>
Die einzige Referenz, die ich bezüglich der Verwendung dieser Konfigurationen finden konnte, ist eine Frage im Gradle -Forum, die beim Bestehen eine knappe Antwort erhielt. < /p>
apiElements