wooga / atlas-wdk-unity

Gradle Plugin to help wdk package development
https://wooga.github.io/atlas-wdk-unity
Apache License 2.0
0 stars 2 forks source link

Add task to generate upm packages and to publish them #43

Closed Azurelol closed 2 years ago

Azurelol commented 2 years ago

Description

Adds a conventional task to generate the UPM package for the given unity project. This involves adding the JFrog artifactory plugin, and hooking into the publish task.

Changes