Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/grpc/protoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<createDependencyReducedPom>false</createDependencyReducedPom>
<createSourcesJar>true</createSourcesJar>
<shadedClassifierName>shaded</shadedClassifierName>
<shadedArtifactAttached>true</shadedArtifactAttached>
Expand Down
1 change: 0 additions & 1 deletion independent-projects/bootstrap/gradle-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
4 changes: 1 addition & 3 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
<version.plugin.plugin>3.15.1</version.plugin.plugin>
<version.release.plugin>3.1.1</version.release.plugin>
<version.resources.plugin>3.3.1</version.resources.plugin>
<!-- Do not update for now as it is causing test issues in integration-tests/devmode
java.lang.NoClassDefFoundError: com/salesforce/jprotoc/Generator -->
<version.shade.plugin>3.2.1</version.shade.plugin>
<version.shade.plugin>3.6.0</version.shade.plugin>
<version.source.plugin>3.3.1</version.source.plugin>
<version.surefire.plugin>3.5.3</version.surefire.plugin>
<version.failsafe.plugin>${version.surefire.plugin}</version.failsafe.plugin>
Expand Down
Loading