Initial commit
This commit is contained in:
commit
7b75a31624
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
out/
|
||||
build/
|
||||
.gradle/
|
12
build.gradle
Normal file
12
build.gradle
Normal file
@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group 'io.github.lonamiwebs.overgram'
|
||||
version '0.1'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package io.github.lonamiwebs.overgram;
|
||||
|
||||
public class Overgram {
|
||||
public static void main(final String... args) {
|
||||
}
|
||||
}
|
0
src/main/resources/stub
Normal file
0
src/main/resources/stub
Normal file
Loading…
Reference in New Issue
Block a user