Skip to content

Commit b3f0e63

Browse files
author
James Hagborg
committed
use jgitver
1 parent d48698e commit b3f0e63

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
plugins {
2+
id "fr.brouillard.oss.gradle.jgitver" version "0.2.0"
3+
}
4+
15
apply plugin: 'java'
26
apply plugin: 'checkstyle'
37

48
sourceCompatibility = 1.8
5-
version = '0.2.0'
9+
10+
jgitver {
11+
mavenLike = true
12+
}
613

714
repositories {
815
mavenCentral()

0 commit comments

Comments
 (0)