-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
25 lines (22 loc) · 878 Bytes
/
Copy pathsettings.gradle
File metadata and controls
25 lines (22 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.8/userguide/multi_project_builds.html in the Gradle documentation.
*/
// This tells Gradle where it can look for plugins that may be referenced
// by your build.
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven { url "https://nrgxnat.jfrog.io/nrgxnat/gradle-plugins-release" }
maven { url "https://nrgxnat.jfrog.io/nrgxnat/libs-release" }
mavenCentral()
}
}
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
rootProject.name = 'dicom-edit-routing'