Skip to content

Commit

Permalink
Adjusting binary generation to compatibility (#590)
Browse files Browse the repository at this point in the history
* adjusting binary generation to compatibility

* [Gradle Release Plugin] - new version commit:  '3.30.4-snapshot'.

* release notes
  • Loading branch information
mageddo authored Oct 21, 2024
1 parent 383bc46 commit 97f2824
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.30.4
* Adjusting binary generation to compatibility. #586

## 3.30.3
* Solver Remote Refactoring. #589

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.30.3-snapshot
version=3.30.4-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Args=-H:ReflectionConfigurationResources=${.}/reflect-config.json \
-Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8 \
-H:+ReportExceptionStackTraces --enable-url-protocols=http -H:+StackTrace \
--no-fallback --install-exit-handlers \
-march=compatibility \
-R:MaxHeapSize=10m -R:MaxNewSize=1m

0 comments on commit 97f2824

Please sign in to comment.