Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Jan 12, 2025
1 parent c96bed9 commit eea0698
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
}

group = 'me.sunlan'
version = '1.0.0'
version = '1.0.1'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -64,6 +64,14 @@ java {
withSourcesJar()
}

jar {
manifest {
attributes(
'Automatic-Module-Name': 'me.sunlan.fastreflection'
)
}
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down

0 comments on commit eea0698

Please sign in to comment.