Skip to content

Commit 700dec6

Browse files
committed
Update build.gradle
1 parent 0e04d57 commit 700dec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
2+
id 'java-library'
23
id "com.github.johnrengelman.shadow" version "4.0.4"
4+
id 'maven-publish'
5+
id 'java'
36
}
47

5-
apply plugin: 'java'
6-
apply plugin: 'maven-publish'
7-
88
defaultTasks 'build'
99

1010
group 'eu.decentsoftware.holograms'

0 commit comments

Comments
 (0)