description = "Allows easy exposure of Tapestry Services as JMX MBeans" | |
dependencies { | |
implementation project(':tapestry-core') | |
testImplementation project(':tapestry-test') | |
} | |
test { | |
systemProperties "tapestry.service-reloading-enabled": "false" | |
} | |
jar { | |
manifest { | |
attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.jmx.modules.JmxModule' | |
} | |
} |