Skip to content

Commit ccce8c2

Browse files
author
mint9976
committed
patch version v0.2.2
fix build.gradle -> jitpack failed to build
1 parent ae5e673 commit ccce8c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
plugins {
22
id 'java'
33
id 'maven'
4-
id 'maven-publish'
54
}
65

76
apply plugin: 'maven'
87

98
group 'com.zyonicsoftware.minereaper.redeugene'
10-
version 'v0.2.1'
9+
version 'v0.2.2'
1110

1211
repositories {
1312
mavenCentral()

0 commit comments

Comments
 (0)