google-nomulus/services/pubapi
Ben McIlwain a5767e4de3 Upgrade App Engine Standard to Java 17 w/ bundled APIs (#1714)
* Upgrade App Engine Standard to Java 17 w/ bundled APIs

Note that this doesn't yet upgrade our actual Gradle scripts to use a more
recent of Java (that will happen separately); this solely affects the GAE
instances.

I followed the instructions here:
https://cloud.google.com/appengine/docs/standard/java-gen2/services/access

And note that I removed threadsafe true from appengine's XML config because
that doesn't do anything anymore and was just throwing errors (the new
instances handle multiple requests in parallel by default, no configuration
necessary).
2022-07-27 15:00:10 -04:00
..
buildscript-gradle.lockfile Upgrade to Gradle 7.0 (#1712) 2022-07-26 11:41:27 -04:00
gradle.lockfile Upgrade App Engine Standard to Java 17 w/ bundled APIs (#1714) 2022-07-27 15:00:10 -04:00
README.txt Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00

This directory is intentionally empty. This subproject is configred through root
project build script.