Skip to content

Updating dependencies goal from compile to implementation#1

Open
thenextfreelancer wants to merge 1 commit into
masterfrom
thenextfreelancer-issue#125
Open

Updating dependencies goal from compile to implementation#1
thenextfreelancer wants to merge 1 commit into
masterfrom
thenextfreelancer-issue#125

Conversation

@thenextfreelancer

Copy link
Copy Markdown
Owner

Note that the compile, runtime, testCompile, and testRuntime configurations introduced by the Java plugin have been deprecated since Gradle 4.10 (Aug 27, 2018), and were finally removed in Gradle 7.0 (Apr 9, 2021).

The aforementioned configurations should be replaced by implementation, runtimeOnly, testImplementation, and testRuntimeOnly, respectively.

Note that the compile, runtime, testCompile, and testRuntime configurations introduced by the Java plugin have been deprecated since Gradle 4.10 (Aug 27, 2018), and were finally removed in Gradle 7.0 (Apr 9, 2021).

The aforementioned configurations should be replaced by implementation, runtimeOnly, testImplementation, and testRuntimeOnly, respectively.
@thenextfreelancer

Copy link
Copy Markdown
Owner Author

@OleksSOL @seongwon-kang Please review

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