Lines Matching +full:runs +full:- +full:on
10 * http://www.apache.org/licenses/LICENSE-2.0
13 * software distributed under the License is distributed on an
21 // ----------------------------------------------------------------------------
25 // This enables decoupling from the Java version that gradle runs, from
29 // The '--release' option added below makes sure that even if we are using
31 // also a runtime CI that's based on Java 8 to ensure that.
39 options.encoding = 'UTF-8'
45 '-Werror',
46 '-Xlint:deprecation',
47 '-Xlint:cast',
48 '-Xlint:empty',
49 '-Xlint:fallthrough',
50 '-Xlint:finally',
51 '-Xlint:overrides',
52 // we can't enable -Xlint:unchecked just yet
58 options.addStringOption('Xdoclint:none', '-quiet')
59 options.addStringOption('encoding', 'UTF-8')
60 options.addStringOption('charSet', 'UTF-8')
63 // ----------------------------------------------------------------------------
66 into('META-INF') {
77 "Implementation-Version": "${project.version}",
78 "Automatic-Module-Name": "${project.group}",
79 "Bundle-ManifestVersion": "2",
80 "Bundle-SymbolicName": "${project.group}",
81 "Bundle-Name": "Apache Thrift",
82 "Bundle-Version": "${project.version}",
83 "Bundle-Description": "Apache Thrift library",
84 "Bundle-License": "${project.license}",
85 "Bundle-ActivationPolicy": "lazy",
86 …"Export-Package": "${project.group}.async;uses:=\"${project.group}.protocol,${project.group}.trans…
87 …"Import-Package": "javax.net,javax.net.ssl,javax.security.auth.callback,javax.security.sasl,javax.…