Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 81a5749

Browse files
committed
Add dependency check plugin
1 parent 2a647ed commit 81a5749

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ buildscript {
1414

1515
plugins {
1616
id "co.riiid.gradle" version "0.4.2"
17+
id "com.github.ben-manes.versions" version '0.33.0'
1718
}
1819

1920
group = 'de.spinscale.elasticsearch.plugin'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)