浏览代码

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 9 年前
父节点
当前提交
f86df0411d
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      build.gradle

+ 0
- 5
build.gradle 查看文件

@@ -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
 

正在加载...
取消
保存