Skip to content

Commit

Permalink
Update wrapper
Browse files Browse the repository at this point in the history
Apply workaround from bndtools/bnd#3514
  • Loading branch information
sfeilmeier committed May 19, 2023
1 parent c4764e5 commit ef8e0fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions io.openems.wrapper/kotlinx-coroutines-core-jvm.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Bundle-Name: kotlinx-coroutines-core-jvm
Bundle-Description: The Java InfluxDB 2.0 Client Core
Bundle-DocURL: https://github.com/influxdata/influxdb-client-client
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 1.6.4
Bundle-Version: 1.7.1

Include-Resource: \
@kotlinx-coroutines-core-jvm-1.6.4.jar,\
@kotlinx-coroutines-core-jvm-1.7.1.jar,\

Export-Package: \
kotlinx.coroutines,\
Expand All @@ -30,3 +30,5 @@ Import-Package: \
-metatypeannotations: *

-sources: false

-fixupmessages "Classes found in the wrong directory"; restrict:=error; is:=warning

0 comments on commit ef8e0fe

Please sign in to comment.