Skip to content

Commit

Permalink
increase jdbc-all-jar.maxsize due to broken build
Browse files Browse the repository at this point in the history
Update pom.xml

try arduino/setup-protoc

Update pom.xml

Update ci.yml

Update ci.yml

revert ci.yml

Update ci.yml
  • Loading branch information
pjfanning committed Oct 10, 2024
1 parent 3522231 commit 756f62c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exec/jdbc-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"package.namespace.prefix" equals to "oadd.". It can be overridden if necessary within any profile -->
<properties>
<package.namespace.prefix>oadd.</package.namespace.prefix>
<jdbc-all-jar.maxsize>54000000</jdbc-all-jar.maxsize>
<jdbc-all-jar.maxsize>55000000</jdbc-all-jar.maxsize>
</properties>

<dependencies>
Expand Down Expand Up @@ -902,7 +902,7 @@
<profile>
<id>hadoop-2</id>
<properties>
<jdbc-all-jar.maxsize>54500000</jdbc-all-jar.maxsize>
<jdbc-all-jar.maxsize>55000000</jdbc-all-jar.maxsize>
</properties>
</profile>
</profiles>
Expand Down
3 changes: 3 additions & 0 deletions protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
<configuration>
<cleanOutputFolder>false</cleanOutputFolder>
<outputDirectory>${basedir}/src/main/java</outputDirectory>
<!-- this plugin is old and doesn't handle the fact that
protobuf-java (3.25.5) and protoc (25.5) version format now differs. -->
<ignoreVersions>true</ignoreVersions>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 756f62c

Please sign in to comment.