Skip to content

Commit

Permalink
Add Automatic Module Name to Manifest file for Java 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
mintdaniel42 committed Aug 24, 2023
1 parent 97759ba commit 60caf28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ publishing {
}
}

tasks.jar {
manifest {
attributes(
"Automatic-Module-Name": "com.github.crazzyghost.alphavantage"
)
}
}


sourceCompatibility = 1.8

Expand Down

0 comments on commit 60caf28

Please sign in to comment.