Skip to content

Commit 6a94e1b

Browse files
Update dependency com.github.gabrielfeo:gradle-enterprise-api-kotlin to v0.16.0 (#241)
* Update dependency com.github.gabrielfeo:gradle-enterprise-api-kotlin to v0.16.0 * Add new import to gradle-enterprise-api-kotlin.json * Update gradle-enterprise-api-kotlin.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ilya Muradyan <[email protected]>
1 parent beed5e1 commit 6a94e1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle-enterprise-api-kotlin.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects",
33
"properties": [
4-
{ "name": "version", "value": "0.15.1" },
4+
{ "name": "version", "value": "0.16.0" },
55
{ "name": "version-renovate-hint", "value": "update: package=com.github.gabrielfeo:gradle-enterprise-api-kotlin" }
66
],
77
"link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin",
@@ -10,6 +10,7 @@
1010
],
1111
"imports": [
1212
"com.gabrielfeo.gradle.enterprise.api.*",
13-
"com.gabrielfeo.gradle.enterprise.api.model.*"
13+
"com.gabrielfeo.gradle.enterprise.api.model.*",
14+
"com.gabrielfeo.gradle.enterprise.api.extension.*"
1415
]
1516
}

0 commit comments

Comments
 (0)