You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
273600bcdd
Previously, the optional configuration was added to the compile and runtime classpaths of each source set and the the javadoc classpath as well. This had a few disadvantages, the most notable of which is that it meant that the configuration was ifrst resolved and then the outcome of the resolution was added to the compile and runtime classpaths. As a result, none of the attributes on the compile and runtime classpaths were considered to influence variant selection. This commit reworks the optional dependencies plugin so that the compile and runtime classpaths of each source set are now configured to extend from the optional configuration. This allows each classpath configuration's attributes to influence the dependencies that are selected from the optional configuration during resolution. For example, when resolving the compile classpath, compile dependencies (Usage.JAVA_API) will be selected and when resolving the runtime classpath, runtime dependencies (Usage.JAVA_RUNTIME) will be selected. The above-described change means that runtime dependencies of an optional dependencies will no longer leak into the compile classpath. As a result of this, our Gradle plugin's test infrastructure has been updated so that it no longer references runtime dependencies of the Kotlin Gradle plugin at compile time. Closes gh-27965 |
3 years ago | |
---|---|---|
.. | ||
src | 3 years ago | |
build.gradle | 3 years ago | |
gradle.properties | 4 years ago | |
settings.gradle | 5 years ago |