diff --git a/build.gradle.kts b/build.gradle.kts index 8a525449..a9a17351 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,13 +1,3 @@ -buildscript { - repositories { - gradlePluginPortal() - maven { - url = uri("https://plugins.gradle.org/m2/") - } - } - dependencies { - classpath("ca.islandora:isle-gradle-docker-plugin:0.0.5") - } -} - -apply(plugin = "IsleDocker") +plugins { + id("com.github.nigelgbanks.IsleDocker") version "0.7" +} \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 442d9132..af7be50b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle.kts b/settings.gradle.kts index a67a5350..0627e676 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,12 +1,5 @@ rootProject.name = "isle-buildkit" -// Include plugin for building Docker images. -sourceControl { - gitRepository(uri("https://github.com/Islandora-Devops/isle-gradle-docker-plugin.git")) { - producesModule("ca.islandora:isle-gradle-docker-plugin") - } -} - // Include any folder that has a Dockerfile as a sub-project. rootProject.projectDir .walk()