Skip to content

Commit a44f928

Browse files
committed
adding maven plugin
1 parent 14876c6 commit a44f928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
apply plugin: 'java'
22
apply plugin: 'eclipse'
3+
apply plugin: 'maven'
34

45
sourceCompatibility = 1.8
56
targetCompatibility = 1.8
67

78
version = '0.1'
8-
group = "lambda2sql"
9+
group = "ajermakovics"
910
archivesBaseName = "lambda2sql"
1011
jar.baseName = archivesBaseName
1112

0 commit comments

Comments
 (0)