Skip to content

Commit 72fb0fb

Browse files
authored
Merge pull request #145 from cwisniew/update-build
2 parents 2874ea9 + 926d742 commit 72fb0fb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
buildscript {
2+
repositories {
3+
mavenCentral()
4+
}
5+
}
6+
17
// Access Git info from build script
28
plugins {
3-
id "org.ajoberstar.grgit" version "4.1.0"
9+
id "org.ajoberstar.grgit" version "4.1.1"
410
id "com.diffplug.spotless" version "5.0.0"
511
}
612

0 commit comments

Comments
 (0)