All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cc.catalysts.gradle.plugins.querydsl.QueryDslExtension.groovy Maven / Gradle / Ivy

The newest version!
package cc.catalysts.gradle.plugins.querydsl

/**
 * @author Catalysts GmbH, www.catalysts.cc
 */
public class QueryDslExtension {
    String destinationDir

    QueryDslExtension(){
        destinationDir = "target" + File.separatorChar + "generated-sources" + File.separatorChar + "querydsl"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy