Closed rtyler closed 1 year 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.
./gradlew release
war
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.
I guess this issue is obsolete since we publish to gradle plugin portal, right?
Yes.
I've noticed this with the past couple releases, when I execute
./gradlew release
only thewar
plugin is actually published properly on bintray.Despite the runlist stating to the contrary:
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.