File tree Expand file tree Collapse file tree 8 files changed +955
-825
lines changed
native-image-shared-config Expand file tree Collapse file tree 8 files changed +955
-825
lines changed Original file line number Diff line number Diff line change 88mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V -q
99
1010# Read the current version of this BOM in the POM. Example version: '0.116.1-alpha-SNAPSHOT'
11- VERSION_POM=pom.xml
11+ VERSION_POM=java-shared-config/ pom.xml
1212# Namespace (xmlns) prevents xmllint from specifying tag names in XPath
1313VERSION=` sed -e ' s/xmlns=".*"//' ${VERSION_POM} | xmllint --xpath ' /project/version/text()' -`
1414
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ cd ${scriptDir}/..
4040mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V -q
4141
4242# Read the current version of this BOM in the POM. Example version: '0.116.1-alpha-SNAPSHOT'
43- VERSION_POM=pom.xml
43+ VERSION_POM=java-shared-config/ pom.xml
4444# Namespace (xmlns) prevents xmllint from specifying tag names in XPath
4545VERSION=` sed -e ' s/xmlns=".*"//' ${VERSION_POM} | xmllint --xpath ' /project/version/text()' -`
4646
Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
2121cd ${scriptDir} /.. || exit
2222
2323# Fetch the java-shared-config version in source of the current commit.
24+ pushd java-shared-config
2425javaSharedConfigVersion=" $( mvn help:evaluate -Dexpression=project.version -q -DforceStdout) "
26+ popd
2527
2628branchName=$( git name-rev " ${KOKORO_GIT_COMMIT} " | sed ' s/.* //' )
2729gitCommitMessage=$( git log -1 " $( git rev-parse --short " ${KOKORO_GIT_COMMIT} " ) " | grep " chore(main): release *" )
Original file line number Diff line number Diff line change 1+ ^/\*$
2+ ^ \* Copyright \d\d\d\d,? Google (Inc\.|LLC)$
3+ ^ \*$
4+ ^ \* Licensed under the Apache License, Version 2\.0 \(the "License"\);$
5+ ^ \* you may not use this file except in compliance with the License\.$
6+ ^ \* You may obtain a copy of the License at$
7+ ^ \*$
8+ ^ \*[ ]+https?://www.apache.org/licenses/LICENSE-2\.0$
9+ ^ \*$
10+ ^ \* Unless required by applicable law or agreed to in writing, software$
11+ ^ \* distributed under the License is distributed on an "AS IS" BASIS,$
12+ ^ \* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.$
13+ ^ \* See the License for the specific language governing permissions and$
14+ ^ \* limitations under the License\.$
15+ ^ \*/$
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <!DOCTYPE module PUBLIC
3+ "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
4+ "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
5+ <module name =" Checker" >
6+ <module name =" RegexpHeader" >
7+ <property name =" fileExtensions" value =" java" />
8+ <property name =" headerFile" value =" ${checkstyle.header.file}" />
9+ </module >
10+ </module >
You can’t perform that action at this time.
0 commit comments