Skip to content

Commit

Permalink
chore(toolchain): Add Java Toolchain resolver (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Nov 17, 2023
1 parent f8dd155 commit 7d03b80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id('org.gradle.toolchains.foojay-resolver-convention') version '0.7.0'
}

rootProject.name = 'atomic-flyway'

dependencyResolutionManagement {
Expand Down

0 comments on commit 7d03b80

Please sign in to comment.