Skip to content

Commit 164a18f

Browse files
committed
Update build.gradle
1 parent 0bc4d92 commit 164a18f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'idea'
1111
apply plugin: 'maven'
1212
apply plugin: 'signing'
1313
apply plugin: 'groovy'
14-
//apply plugin: 'release'
14+
apply plugin: 'release'
1515

1616
group 'com.sqality'
1717

@@ -36,7 +36,6 @@ artifacts {
3636
archives sourcesJar
3737
}
3838

39-
/*
4039
signing {
4140
sign configurations.archives
4241
}
@@ -82,4 +81,3 @@ uploadArchives {
8281
}
8382
}
8483
}
85-
*/

0 commit comments

Comments
 (0)