dk.nstack.kotlin.plugin.EmptyJavaClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of translation Show documentation
Show all versions of translation Show documentation
Gradle extensions for NStack.io translations
package dk.nstack.kotlin.plugin;
public class EmptyJavaClass {
/**
* Workaround class file for gradle bug:
* https://issues.gradle.org/browse/GRADLE-3169 or https://issues.sonatype.org/browse/OSSRH-637
* This is a groovy project only
*/
public void testFunction() {
}
}