mirror of
https://github.com/HMCore/Orbot.git
synced 2025-12-11 05:16:18 +00:00
Fix main class
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,4 +6,5 @@ blog_state.json
|
|||||||
jobs_state.json
|
jobs_state.json
|
||||||
*.hprof
|
*.hprof
|
||||||
/build
|
/build
|
||||||
/.gradle
|
/.gradle
|
||||||
|
.idea/
|
||||||
@@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'org.wulkanat'
|
group 'org.wulkanat'
|
||||||
version '2.0.0'
|
version '2.0.1'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@@ -39,7 +39,7 @@ compileTestKotlin {
|
|||||||
|
|
||||||
jar {
|
jar {
|
||||||
manifest {
|
manifest {
|
||||||
attributes('Main-Class': 'org.wulkanat.MainKt')
|
attributes('Main-Class': 'org.hmcore.Main')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user