Skip to content

Commit 4a4ac28

Browse files
committed
Add foojay-resolver
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent ee0a6e6 commit 4a4ac28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

settings.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
plugins {
17+
// required to download the toolchain (jdk) from a remote repository
18+
// https://github.com/gradle/foojay-toolchains
19+
// https://docs.gradle.org/current/userguide/toolchains.html#sub:download_repositories
20+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
21+
}
1622

1723
rootProject.name = 'nf-sqldb'
1824
include 'plugins'

0 commit comments

Comments
 (0)