Skip to content

Commit

Permalink
Change gradle.properties for new rel-3.46.0 branch (#16118)
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 authored Mar 8, 2024
1 parent 6830131 commit 7617ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ systemProp.org.gradle.internal.http.connectionTimeout=300000
systemProp.org.gradle.internal.http.socketTimeout=300000
# Increase Xmx to 1G to enable full build (otherwise OOMs when building hadoop jars)
systemProp.org.gradle.jvmargs=-Xmx1024M
version=3.45.0
version=3.46.0
# Default build profile
profile=Java
# Branch codename
codename=bleeding_edge
codename=3.46.0
# Run findbugs
doFindbugs=false
# Run animal sniffer to verify compatibility of API with actual Java version
Expand Down

0 comments on commit 7617ac4

Please sign in to comment.