mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-04 22:00:43 +00:00
fix issues with debug version
and some small things
This commit is contained in:
parent
8123c79523
commit
ae69ffe648
8 changed files with 14 additions and 11 deletions
|
@ -16,10 +16,6 @@ task makeText(type: JavaExec, dependsOn: ['jar']) {
|
|||
File.separator + 'main' + File.separator + 'java'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue