An open API service indexing awesome lists of open source software.

https://github.com/ow2-proactive/gradle-maxnumberofnodes


https://github.com/ow2-proactive/gradle-maxnumberofnodes

Last synced: 2 months ago
JSON representation

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