Skip to content

Commit 901b68e

Browse files
Fixed an issue with releasing
1 parent e065dbb commit 901b68e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
plugins {
22
id 'java'
3+
id 'maven-publish'
34
}
45

6+
apply plugin: 'maven-publish'
57
group = 'de.littleprogrammer'
68
version = '0.0.1'
79

0 commit comments

Comments
 (0)