mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-21 17:24:14 +00:00
Updated build.gradle (#320)
Co-authored-by: arcarum <github.iwi95@aleeas.com>
This commit is contained in:
parent
44b4d72080
commit
0739eca2ff
3 changed files with 7 additions and 5 deletions
|
@ -16,8 +16,9 @@ jar {
|
|||
|
||||
}
|
||||
|
||||
task makeEmoji(type: JavaExec, dependsOn: ['jar']) {
|
||||
main = '-jar'
|
||||
tasks.register('makeEmoji', JavaExec) {
|
||||
dependsOn['jar']
|
||||
mainClass = '-jar'
|
||||
args jar.archiveFile.get()
|
||||
args '-res'
|
||||
args project.rootProject.project('app').projectDir.path + File.separator + 'src' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue