![JAR search and dependency download from the Maven repository](/logo.png)
org.akhikhl.gretty.FarmsExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gretty Show documentation
Show all versions of gretty Show documentation
Advanced gradle plugin for running web-apps on jetty and tomcat
/*
* gretty
*
* Copyright 2013 Andrey Hihlovskiy.
*
* See the file "license.txt" for copying and usage permission.
*/
package org.akhikhl.gretty
/**
*
* @author akhikhl
*/
class FarmsExtension extends FarmsConfig {
@Override
FarmConfig createFarm() {
new FarmExtension()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy