Skip to content

Commit

Permalink
Merge pull request #335 from ysb33r/master
Browse files Browse the repository at this point in the history
Cleaned up issues that prevented Bintray uploads
  • Loading branch information
ysb33r authored Aug 29, 2018
2 parents 5fd5aef + 1662af9 commit d583a85
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 520 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.ysb33r.gradletest' version '2.0-alpha-8' apply false
id 'com.jfrog.bintray' version '1.3.1' apply false
id 'com.jfrog.bintray' version '1.8.4' apply false
id 'org.ajoberstar.github-pages' version '1.2.0' apply false
}

Expand Down
4 changes: 2 additions & 2 deletions docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ githubPages {
publishGhPages.dependsOn assembleDocs

/* We don't need an upload task in here */
task bintrayUpload(overwrite: true) {
}
//bintrayUpload.enabled = false
6 changes: 3 additions & 3 deletions jruby-gradle-base-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ task installGroovyDoc (type : Copy) {
publishing {
publications {
maven(MavenPublication) {
groupId project.group
artifactId project.archivesBaseName
version project.version
// groupId project.group
// artifactId project.archivesBaseName
// version project.version

artifact sourcesJar {
classifier "sources"
Expand Down
164 changes: 0 additions & 164 deletions jruby-gradle-jar-plugin/gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions jruby-gradle-jar-plugin/gradlew.bat

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit d583a85

Please sign in to comment.