forked from MobiVM/robovm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support publishing Gradle plugin marker artifact (MobiVM#766)
* Configure publishing plugin https://plugins.gradle.org/docs/publish-plugin * Compat old users * Fix legacy namespace (cherry picked from commit 040baf7)
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 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
1 change: 1 addition & 0 deletions
1
plugins/gradle/src/main/resources/META-INF/gradle-plugins/robovm.properties
100755 → 100644
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
# Keep this file here for legacy plugin id, to compat users applying this plugin via buildscript classpath. | ||
implementation-class=org.robovm.gradle.RoboVMPlugin |