jruby-gradle / jruby-gradle-plugin

A Gradle plugin for working with JRuby projects for fun and profit. Mostly profit.
http://jruby-gradle.org
Other
93 stars 38 forks source link

release task not properly publishing releases to bintray #249

Closed rtyler closed 1 year ago

rtyler commented 9 years ago

I've noticed this with the past couple releases, when I execute ./gradlew release only the war plugin is actually published properly on bintray.

Despite the runlist stating to the contrary:

:jruby-gradle-jar-plugin:check
:jruby-gradle-jar-plugin:install
:jruby-gradle-jar-plugin:bintrayUpload
:jruby-gradle-war-plugin:jar UP-TO-DATE
:jruby-gradle-war-plugin:sourcesJar UP-TO-DATE
:jruby-gradle-war-plugin:assemble UP-TO-DATE
:jruby-gradle-war-plugin:codenarcMain UP-TO-DATE
:jruby-gradle-war-plugin:compileTestJava UP-TO-DATE
:jruby-gradle-war-plugin:compileTestGroovy UP-TO-DATE
:jruby-gradle-war-plugin:processTestResources UP-TO-DATE
:jruby-gradle-war-plugin:testClasses UP-TO-DATE
:jruby-gradle-war-plugin:test UP-TO-DATE
:jruby-gradle-war-plugin:check UP-TO-DATE
:jruby-gradle-war-plugin:install
:jruby-gradle-war-plugin:bintrayUpload
:release

BUILD SUCCESSFUL

If I look at the packages themselves (after logging in) on bintray, I see them there, but it's like they haven't been "published" properly or marked as public versions.

UweKubosch commented 1 year ago

I guess this issue is obsolete since we publish to gradle plugin portal, right?

ysb33r commented 1 year ago

Yes.