detekt / sarif4k

Kotlin data bindings for the Static Analysis Results Interchange Format (SARIF)
Apache License 2.0
16 stars 8 forks source link

Publishing the next version 0.4.0 #63

Closed chao2zhang closed 1 year ago

chao2zhang commented 1 year ago

I am encountering https://github.com/gradle-nexus/publish-plugin/issues/208 when publishing this locally. Open an issue for the record.

TWiStErRob commented 1 year ago

Add the dependency manually as a workaround, there's no other way in 8.

cortinico commented 1 year ago

Had this same exact problem on another project:

chao2zhang commented 1 year ago

Closing this issue as there is a workaround

TWiStErRob commented 1 year ago

Do you want to commit the workaround?

chao2zhang commented 1 year ago

It's here https://github.com/detekt/sarif4k/blob/main/build.gradle.kts#L105