Skip to content

Commit

Permalink
Fix main class
Browse files Browse the repository at this point in the history
  • Loading branch information
Theaninova committed Jun 2, 2021
1 parent 5511d1c commit 43ae59b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ blog_state.json
jobs_state.json
*.hprof
/build
/.gradle
/.gradle
.idea/
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.wulkanat'
version '2.0.0'
version '2.0.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -39,7 +39,7 @@ compileTestKotlin {

jar {
manifest {
attributes('Main-Class': 'org.wulkanat.MainKt')
attributes('Main-Class': 'org.hmcore.Main')
}
}

Expand Down

0 comments on commit 43ae59b

Please sign in to comment.