Explorar el Código

Remove signing configuration.

This breaks CI, and the way the plugin works means you need your
password stored in a config file, which I ain't doing.

Will manually sign releases for now, I guess.
pull/30/head
Chris Smith hace 9 años
padre
commit
f86df0411d
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0
    5
      build.gradle

+ 0
- 5
build.gradle Ver fichero

@@ -5,7 +5,6 @@ subprojects {
5 5
 
6 6
     apply plugin: 'maven-publish'
7 7
     apply plugin: 'java'
8
-    apply plugin: 'signing'
9 8
 
10 9
     sourceSets {
11 10
         main {
@@ -88,10 +87,6 @@ subprojects {
88 87
         }
89 88
     }
90 89
 
91
-    signing {
92
-        sign configurations.archives
93
-    }
94
-
95 90
     sourceCompatibility = 1.7
96 91
     targetCompatibility = 1.7
97 92
 

Loading…
Cancelar
Guardar