https://github.com/ow2-proactive/gradle-maxnumberofnodes
https://github.com/ow2-proactive/gradle-maxnumberofnodes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ow2-proactive/gradle-maxnumberofnodes
- Owner: ow2-proactive
- Created: 2016-05-20T13:45:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T05:25:18.000Z (over 3 years ago)
- Last Synced: 2025-01-25T17:15:47.695Z (4 months ago)
- Language: Java
- Size: 33.2 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maxNodes-gradle
A gradle task to replace the `maxNumberOfNodes` field in
the `org.ow2.proactive.resourcemanager.core.RMCore` class.The `maxNumberOfNodes` is injected directly in the generated bytecode.
## Acknowledgement
Using [Gradle Javassist Plugin](https://github.com/darylteo/javassist-gradle-plugin) by darylteo