File tree Expand file tree Collapse file tree 5 files changed +34
-3
lines changed Expand file tree Collapse file tree 5 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 53
53
run : |
54
54
mvn -B -ntp fmt:check
55
55
working-directory : java-sdk-logging
56
+ module-clirr :
57
+ runs-on : ubuntu-latest
58
+ steps :
59
+ - uses : actions/checkout@v4
60
+ - uses : actions/setup-java@v4
61
+ with :
62
+ java-version : 11
63
+ distribution : temurin
64
+ - name : Install parent module
65
+ run : |
66
+ mvn install -B -ntp -pl gapic-generator-java-pom-parent
67
+ - name : Clirr check
68
+ run : |
69
+ mvn -B -ntp -Denforcer.skip=true clirr:check
70
+ working-directory : java-sdk-logging
71
+ module-enforcer :
72
+ runs-on : ubuntu-latest
73
+ steps :
74
+ - uses : actions/checkout@v4
75
+ - uses : actions/setup-java@v4
76
+ with :
77
+ java-version : 11
78
+ distribution : temurin
79
+ - name : Install parent module
80
+ run : |
81
+ mvn install -B -ntp -pl gapic-generator-java-pom-parent
82
+ - name : Enforcer check
83
+ run : |
84
+ mvn -B -ntp enforcer:enforce@enforce -T 1C
85
+ working-directory : java-sdk-logging
Original file line number Diff line number Diff line change 5
5
<module name =" Checker" >
6
6
<module name =" RegexpHeader" >
7
7
<property name =" fileExtensions" value =" java" />
8
- <property name =" headerFile" value =" ./java-sdk-logging/java .header" />
8
+ <property name =" headerFile" value =" ./java.header" />
9
9
</module >
10
10
</module >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >com.google.api </groupId >
7
+ <groupId >com.google.cloud </groupId >
8
8
<artifactId >java-sdk-logging-parent</artifactId >
9
9
<version >0.1.0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >com.google.api </groupId >
7
+ <groupId >com.google.cloud </groupId >
8
8
<artifactId >java-sdk-logging-parent</artifactId &
8A59
gt;
9
9
<version >0.1.0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
+ <groupId >com.google.cloud</groupId >
6
7
<artifactId >java-sdk-logging-parent</artifactId >
7
8
<version >0.1.0-SNAPSHOT</version >
8
9
<packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments