We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcbe1a commit 6f02db8Copy full SHA for 6f02db8
.gitignore
@@ -0,0 +1,2 @@
1
+.gradle/
2
+build/
BappManifest.bmf
@@ -2,8 +2,8 @@ Uuid: f24211fa6fcd4bbea6b21f99c5cad27a
ExtensionType: 1
3
Name: Token Extractor
4
RepoName: token-extractor
5
-ScreenVersion: 1.0
6
-SerialVersion: 1
+ScreenVersion: 1.3.2
+SerialVersion: 2
7
MinPlatformVersion: 0
8
ProOnly: False
9
Author: Will Strei
build.gradle
@@ -20,6 +20,9 @@ sourceSets {
20
}
21
22
23
+targetCompatibility = '1.8'
24
+sourceCompatibility = '1.8'
25
+
26
task fatJar(type: Jar) {
27
baseName = project.name + '-all'
28
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
0 commit comments