Skip to content

Commit

Permalink
Fix typo in osgi.gradle (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
shestee committed Oct 16, 2020
1 parent 0ddbcb6 commit b16ec17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/mockito-core/osgi.gradle
Expand Up @@ -14,7 +14,7 @@ jar {
bnd(
'Bundle-Name': 'Mockito Mock Library for Java. Core bundle requires Byte Buddy and Objenesis.',
'Bundle-SymbolicName': 'org.mockito.mockito-core',
'Bundl-version': project.version.replace('-', '.'),
'Bundle-version': project.version.replace('-', '.'),
'-versionpolicy': '[${version;==;${@}},${version;+;${@}})',
'Export-Package': "!org.mockito.internal.*,org.mockito.*;version=${version}",
'Import-Package': [
Expand Down

0 comments on commit b16ec17

Please sign in to comment.