-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make plugin compatible with Kotlin Script #197
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work! it is nice to have this support finally.
buildSrc/src/main/kotlin/com/datadog/gradle/config/MavenConfig.kt
Outdated
Show resolved
Hide resolved
13d65ab
to
54d3d8a
Compare
Codecov Report
@@ Coverage Diff @@
## develop #197 +/- ##
=============================================
- Coverage 86.70% 86.25% -0.45%
- Complexity 177 178 +1
=============================================
Files 21 21
Lines 579 582 +3
Branches 76 76
=============================================
Hits 502 502
- Misses 49 53 +4
+ Partials 28 27 -1
|
@0xnm when this fix will be released? It would be great to add it ASAP, and remove my hacky way to support different service name depending of variants |
Hello @KamilPieta! Please check version 1.12.0 of our plugin, which has change. |
What does this PR do?
Adds configuration DSL to easily setup the plugin when using Kotlin Script
Motivation
Fixes #154