-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update net.wooga.plugins to version 3.x (#151)
Description =========== This update will bring the plugin `net.wooga.plugins` to version `3.x`. With this change the groupname of the gradle plugin will change during publish so I thought it might be a good idea to change the project name as well so the groupname won't include the `atlas` name. The old groupname `gradle.plugin.net.wooga.gradle:atlas-unity` would become `net.wooga.gradle:unity`. This patch also includes all changes needed for the new plugin metadata description. Changes ======= * ![UPDATE] `net.wooga.plugins` to version `3.x` range * ![CHANGE] project name and remove `atlas` term * ![IMPROVE] plugin publish metadata
- Loading branch information
Showing
5 changed files
with
10 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ pluginManagement { | |
} | ||
} | ||
|
||
rootProject.name = 'atlas-unity' | ||
rootProject.name = 'unity' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
src/main/resources/META-INF/gradle-plugins/net.wooga.unity.properties
This file was deleted.
Oops, something went wrong.