Skip to content

Commit bdf9c87

Browse files
author
eberhardtj
committed
Add maven plugin to fix issue with missing install task
jitpack.io complains about the missing task 'install' and suggests the installation of the maven plugin.
1 parent edd7f5c commit bdf9c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version '0.4.0'
33

44
apply plugin: 'java'
55
apply plugin: 'java-library'
6+
apply plugin: 'maven'
67

78
sourceCompatibility = 1.8
89
targetCompatibility = 1.8

0 commit comments

Comments
 (0)