Skip to content

Commit d583a85

Browse files
authored
Merge pull request #335 from ysb33r/master
Cleaned up issues that prevented Bintray uploads
2 parents 5fd5aef + 1662af9 commit d583a85

File tree

9 files changed

+6
-520
lines changed

9 files changed

+6
-520
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'org.ysb33r.gradletest' version '2.0-alpha-8' apply false
3-
id 'com.jfrog.bintray' version '1.3.1' apply false
3+
id 'com.jfrog.bintray' version '1.8.4' apply false
44
id 'org.ajoberstar.github-pages' version '1.2.0' apply false
55
}
66

docs/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ githubPages {
6969
publishGhPages.dependsOn assembleDocs
7070

7171
/* We don't need an upload task in here */
72-
task bintrayUpload(overwrite: true) {
73-
}
72+
//bintrayUpload.enabled = false
73+

jruby-gradle-base-plugin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ task installGroovyDoc (type : Copy) {
113113
publishing {
114114
publications {
115115
maven(MavenPublication) {
116-
groupId project.group
117-
artifactId project.archivesBaseName
118-
version project.version
116+
// groupId project.group
117+
// artifactId project.archivesBaseName
118+
// version project.version
119119

120120
artifact sourcesJar {
121121
classifier "sources"

jruby-gradle-jar-plugin/gradlew

Lines changed: 0 additions & 164 deletions
This file was deleted.

jruby-gradle-jar-plugin/gradlew.bat

Lines changed: 0 additions & 90 deletions
This file was deleted.
Binary file not shown.

jruby-gradle-war-plugin/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)