We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e065dbb commit 901b68eCopy full SHA for 901b68e
build.gradle
@@ -1,7 +1,9 @@
1
plugins {
2
id 'java'
3
+ id 'maven-publish'
4
}
5
6
+apply plugin: 'maven-publish'
7
group = 'de.littleprogrammer'
8
version = '0.0.1'
9
0 commit comments