Skip to content

Commit

Permalink
added build ver to jar
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-613 committed Oct 6, 2023
1 parent 64ba584 commit 4045c3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
//implementation 'com.google.guava:guava:29.0-jre'
}


jar {
archiveVersion = '0.0.2'
manifest {
attributes 'Created-By': 'Aaron @ Solace',
'Implementation-Title': 'log4j2 Solace Appender'
}
}

0 comments on commit 4045c3e

Please sign in to comment.