Skip to content

Commit

Permalink
Updated plugin / gradle to latest (#153)
Browse files Browse the repository at this point in the history
* Updated plugin/gradle to latest

Can now perform build scans with `--scan` argument.

* Fix circular dependency in test
  • Loading branch information
nigelgbanks authored Jul 9, 2021
1 parent 060e82a commit a0bf5a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
16 changes: 3 additions & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
7 changes: 0 additions & 7 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit a0bf5a0

Please sign in to comment.