soywiz-archive / jtransc

Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
https://jtransc.soywiz.com/
Apache License 2.0
632 stars 67 forks source link

Update plugin-publish-plugin #278

Closed timyates closed 7 years ago

timyates commented 7 years ago

Hiya, I was doing a scan of the Gradle Plugin Portal and noticed you are using an old version of the plugin-publish-plugin.

There was a bug in versions prior to 0.9.7, where artifacts would silently not be pushed into the repo, which means the latest version of your plugin will not work properly when people apply it to their build.

Upgrading to the latest version of the plugin-publish-plugin will fix this, but this will require pushing a new version of your plugin.

  1. apply the PR
  2. publish a new version of your plugin
  3. let us know if you want us to remove the broken version 0.6.7

Thanks (and sorry about that).

Let us know here or in the forums if you need more assistance.

codecov[bot] commented 7 years ago

Codecov Report

Merging #278 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #278   +/-   ##
=========================================
  Coverage     17.93%   17.93%           
  Complexity      386      386           
=========================================
  Files           314      314           
  Lines         20825    20825           
  Branches       4501     4501           
=========================================
  Hits           3734     3734           
  Misses        16408    16408           
  Partials        683      683

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b353aed...fca4265. Read the comment docs.

soywiz commented 7 years ago

Nice. Thanks!