-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: consolidate repos #966
Conversation
* Delete release_publish.sh * Delete release_sign.sh
* Add appengine.deploy.gcloudMode config for beta deploy
* [Gradle Release Plugin] - pre tag commit: 'v2.1.0'. * [Gradle Release Plugin] - new version commit: 'v2.1.1-SNAPSHOT'.
* switch from oraclejdk8 to openjdk8 on travis
- also minor cleanup
* Rearrage docs, add faq for thin jars
* remove thin jar full config, just describe how to use extraFilesDirectories
* update dependencies * specify trusty * use trusty for JDK 8
* add phishingprotection API * update library versions
* GA --> Stable * fix test
* Support for java11 standard projects "Class-Path" copying in the staging directory
* update to mockito 3
* Create parent if it doesn't exists when copying files
Adds extended support for thin jar deployments, automatically copying jars referenced in Class-Path in the source artifact to the staging directory.
Adds extended support for thin jar deployments, automatically copying jars referenced in Class-Path in the source artifact to the staging directory.
* [Gradle Release Plugin] - pre tag commit: 'v2.2.0'. * [Gradle Release Plugin] - new version commit: 'v2.2.1-SNAPSHOT'.
* Update README.md * Update CHANGELOG.md
* Update README.md * Update CHANGELOG.md
Kokoro-ubentu build failed:
Full log: link The error became:
Full log: link |
I think you're in the right direction. The environment setup in app-maven-plugin's Kokoro job needs to come here. |
Unit test run with Java 17 and 21 failed because Gradle 6.9 is not compatible with Java 17/21. |
Focus on appengine-plugins-core and app-maven-plugin in this pull request.
I believe Gradle is not used in the two. In that case skip app-gradle-plugin there. |
I skipped Gradle project when Java is 17 and 21. Now the unit tests are successfully. |
No description provided.