ndw’s avatarndw’s Twitter Archive—№ 32,242

  1. Has something changed at oss.sonatype.org "recently"? My build files no longer seem to upload to the repo, they just silently "succeed" and then there's nothing in staging when I login.
    1. …in reply to @ndw
      No. It turns out that the maven-publish plugin has an uploadArtifacts task that does nothing. You have to run gradle publish. #headdesk