Skip to content

Instantly share code, notes, and snippets.

View mika-f's full-sized avatar
🌸
PLASTIC MEMORIES

MOCHIZUKI Natsune mika-f

🌸
PLASTIC MEMORIES
View GitHub Profile
apply plugin: 'java'
sourceCompatibility = 1.8
version = '1.0'
[compileJava, compileTestJava].each { it.options.encoding = 'UTF-8' }
repositories {
mavenCentral()
maven {