mirror of
https://github.com/HMCore/Orbot.git
synced 2025-12-10 12:56:15 +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
|
||||
*.hprof
|
||||
/build
|
||||
/.gradle
|
||||
/.gradle
|
||||
.idea/
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'org.wulkanat'
|
||||
version '2.0.0'
|
||||
version '2.0.1'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -39,7 +39,7 @@ compileTestKotlin {
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes('Main-Class': 'org.wulkanat.MainKt')
|
||||
attributes('Main-Class': 'org.hmcore.Main')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user