Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Put the AWS credentials you received into the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY respectively.

Die Veröffentlichung wird dann wie folgt ausgelöstAfter that you can build and publish your plugin like this:

Codeblock
gradle publish                   # -> deacme.customerprojectx:MyProject:devel-SNAPSHOT
gradle publish -Penv=staging     # -> deacme.customerprojectx:MyProject:staging-SNAPSHOT
gradle publish -Penv=prod        # -> deacme.customerprojectx:MyProject:prod-SNAPSHOT