Skip to content

Commit 6d65f3f

Browse files
committed
ci: signing plugin removed
1 parent 71d0b82 commit 6d65f3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
id 'signing'
32
id 'org.jreleaser' version '1.20.0'
43
}
54

@@ -12,14 +11,14 @@ ext {
1211
circeVersion = '0.14.15'
1312
}
1413

14+
tasks.register('clean') {}
1515

1616
subprojects {
1717
apply plugin: 'scala'
1818
apply plugin: 'java-library'
1919
apply plugin: 'maven-publish'
2020
apply plugin: 'org.jreleaser'
2121

22-
2322
repositories {
2423
mavenCentral()
2524
}

0 commit comments

Comments
 (0)