BApp update
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.gradle/
|
||||||
|
build/
|
||||||
@@ -2,8 +2,8 @@ Uuid: a7609ae2055342e9b6ffcf7cbcacf019
|
|||||||
ExtensionType: 1
|
ExtensionType: 1
|
||||||
Name: Highlighter And Extractor
|
Name: Highlighter And Extractor
|
||||||
RepoName: highlighter-and-extractor
|
RepoName: highlighter-and-extractor
|
||||||
ScreenVersion: 1.1
|
ScreenVersion: 1.4.1
|
||||||
SerialVersion: 1
|
SerialVersion: 3
|
||||||
MinPlatformVersion: 0
|
MinPlatformVersion: 0
|
||||||
ProOnly: False
|
ProOnly: False
|
||||||
Author: gh0stkey
|
Author: gh0stkey
|
||||||
|
|||||||
@@ -20,6 +20,10 @@ sourceSets {
|
|||||||
targetCompatibility = '1.8'
|
targetCompatibility = '1.8'
|
||||||
sourceCompatibility = '1.8'
|
sourceCompatibility = '1.8'
|
||||||
|
|
||||||
|
compileJava {
|
||||||
|
options.encoding = "UTF-8"
|
||||||
|
}
|
||||||
|
|
||||||
task fatJar(type: Jar) {
|
task fatJar(type: Jar) {
|
||||||
baseName = project.name + '-all'
|
baseName = project.name + '-all'
|
||||||
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
|
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||||
|
|||||||
Reference in New Issue
Block a user