This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.2.0 + remove all traces of Gradle Software Model (#62)
* v0.2.0 + remove all traces of Gradle Software Model minor fixes - Fix incompatibilities with gradle 3.0+ for maven upload. - Signing is handled by the nexus plugin - Make sure you run --no-daemon when doing an upload - update integTest for java8 runnability It appears that the Gradle Software Model for java projects is not moving forward. Change code back to classic plugin format - using extensions and project callbacks. This code change affects how to configure the plugin now, the "appengine" configuration block is now under project, not model. OLD : model { appengine { } } NEW : appengine { }
- Loading branch information
1 parent
b9b3291
commit 910e21c
Showing
34 changed files
with
1,082 additions
and
988 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
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
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
Oops, something went wrong.