Lines Matching +full:netty +full:- +full:project
7 // http://www.apache.org/licenses/LICENSE-2.0
19 url "https://maven-central.storage-download.googleapis.com/maven2/" }
40 url "https://maven-central.storage-download.googleapis.com/maven2/" }
46 providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'
47 runtimeOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.59'
48 implementation project(':grpc-netty')
49 implementation project(":grpc-stub")
50 implementation (project(':grpc-interop-testing')) {
51 // Avoid grpc-netty-shaded dependency
52 exclude group: 'io.grpc', module: 'grpc-alts'
53 exclude group: 'io.grpc', module: 'grpc-xds'
57 runtimeOnly libraries.netty.tcnative, libraries.netty.tcnative.classes
63 options.compilerArgs += ["-Xlint:-processing"]
80 // default - stop the current version
82 // default - do not make this the promoted version
84 … // Use -DgaeDeployVersion if set, otherwise the version is null and the plugin will generate it
91 version = '1.0-SNAPSHOT' // Version in generated output
103 'get-value',
104 'project'
112 …Node xml = new XmlParser().parse(projectPath.resolve("src/main/webapp/WEB-INF/appengine-web.xml").…
120 String getAppUrl(String project, String service, String version) {
121 return "http://${version}.${service}.${project}.appspot.com"
132 getService(project.getProjectDir().toPath()),
160 project.println(result)