Skip to content

Commit

Permalink
Revert formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
milkyway0308 committed Aug 18, 2023
1 parent c41b682 commit e080cab
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 152 deletions.
11 changes: 5 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ gradlePlugin {
jar {
manifest {
attributes 'Implementation-Title': 'Gradle JavaCPP',
'Implementation-Vendor': 'Bytedeco',
'Implementation-Version': project.version,
'Specification-Title': 'Gradle JavaCPP',
'Specification-Vendor': 'Bytedeco',
'Specification-Version': project.version
'Implementation-Vendor': 'Bytedeco',
'Implementation-Version': project.version,
'Specification-Title': 'Gradle JavaCPP',
'Specification-Vendor': 'Bytedeco',
'Specification-Version': project.version
}
}

Expand Down Expand Up @@ -169,4 +169,3 @@ signing {
sign publishing.publications.platformPluginMarkerMaven
}
}

Loading

0 comments on commit e080cab

Please sign in to comment.