We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0a6e6 commit 4a4ac28Copy full SHA for 4a4ac28
settings.gradle
@@ -13,6 +13,12 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
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
+}
22
23
rootProject.name = 'nf-sqldb'
24
include 'plugins'
0 commit comments