Skip to content

Commit

Permalink
Merge remote-tracking branch 'mintdaniel42/master' into release-1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crazzyghost committed Jan 22, 2024
2 parents 6c68368 + 60caf28 commit 4c026e6
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 4c026e6

Please sign in to comment.