This repository was archived by the owner on Jul 17, 2022. It is now read-only.
Gradle 6.0 compatibility by removing deprecated API#52
Open
616slayer616 wants to merge 3 commits intoeriwen:masterfrom
616slayer616:master
Open
Gradle 6.0 compatibility by removing deprecated API#52616slayer616 wants to merge 3 commits intoeriwen:masterfrom 616slayer616:master
616slayer616 wants to merge 3 commits intoeriwen:masterfrom
616slayer616:master
Conversation
resolve only resolvable configurations eriwen/gradle-js-plugin@d2e7e3b
robinverduijn
referenced
this pull request
in robinverduijn/gradle-css-plugin
Jul 5, 2019
…s been deprecated`. - Fixed by using the ObjectFactory service to create the source directory set This fixes the following deprecation warning seen in any projects that apply the gradle-css-plugin: ``` The DefaultSourceDirectorySet constructor has been deprecated. This is scheduled to be removed in Gradle 6.0. Please use the ObjectFactory service to create instances of SourceDirectorySet instead. ```
robinverduijn
added a commit
to robinverduijn/gradle-css-plugin
that referenced
this pull request
Oct 6, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes gradle-js-plugin issue #168 which also exists in this project.