Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Nov 18, 2023
1 parent b77afc4 commit 8616eb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ java {

jar {
manifest {
attributes('Automatic-Module-Name': 'org.gradle.sample')
attributes('Automatic-Module-Name': 'com.github.tonivade.resp')
}
}


jacoco {
toolVersion = "0.8.9"
}
Expand Down

0 comments on commit 8616eb3

Please sign in to comment.