mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#2922 Fix protobuf tests for M1 Macs
This commit is contained in:
parent
a2b4454a66
commit
4b43f9079d
@ -23,7 +23,7 @@
|
||||
|
||||
<properties>
|
||||
<os.mavenplugin.version>1.6.0</os.mavenplugin.version>
|
||||
<protobuf.mavenplugin.version>0.5.1</protobuf.mavenplugin.version>
|
||||
<protobuf.mavenplugin.version>0.6.1</protobuf.mavenplugin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -55,10 +55,10 @@
|
||||
<goal>compile-custom</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<protocArtifact>com.google.protobuf:protoc:3.2.0:exe:${os.detected.classifier}
|
||||
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}
|
||||
</protocArtifact>
|
||||
<pluginId>grpc-java</pluginId>
|
||||
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.2.0:exe:${os.detected.classifier}
|
||||
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.47.0:exe:${os.detected.classifier}
|
||||
</pluginArtifact>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
@ -41,6 +41,7 @@
|
||||
The processor module needs at least Java 11.
|
||||
-->
|
||||
<minimum.java.version>1.8</minimum.java.version>
|
||||
<protobuf.version>3.21.2</protobuf.version>
|
||||
</properties>
|
||||
|
||||
<licenses>
|
||||
@ -234,7 +235,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>3.16.1</version>
|
||||
<version>${protobuf.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.inferred</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user