Skip to content

Commit

Permalink
Change gradle.properties for new rel-3.44.0 branch (#15813)
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke authored Oct 11, 2023
1 parent db6f528 commit df42e2d
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.43.0
version=3.44.0
# Default build profile
profile=Java
# Branch codename
codename=bleeding_edge
codename=3.44.0
# Run findbugs
doFindbugs=false
# Run animal sniffer to verify compatibility of API with actual Java version
Expand Down

0 comments on commit df42e2d

Please sign in to comment.