Newer
Older
package-font / build.gradle
Mark George on 4 Oct 2019 136 bytes Created the project
plugins {
	id 'application'
}

repositories {
	jcenter();
}

mainClassName = 'Main'

sourceCompatibility = 1.8
targetCompatibility = 1.8