File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
kotlin-stdlib/common/main/kotlin/com/javiersc/kotlin/stdlib Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 26
26
27
27
### Updated
28
28
29
- - ` com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.6 `
29
+ - ` com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.8 `
30
30
- ` gradle -> 8.0.2 `
31
31
- ` easimon/wipe-cache -> v2 `
32
32
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- hubdle = " 0.5.0-alpha.6 "
2
+ hubdle = " 0.5.0-alpha.8 "
3
3
4
4
[plugins ]
5
5
javiersc-hubdle = { id = " com.javiersc.hubdle" , version.ref = " hubdle" }
Original file line number Diff line number Diff line change 1
- @file:Suppress(" MagicNumber" , " TooManyFunctions " )
1
+ @file:Suppress(" MagicNumber" )
2
2
3
3
package com.javiersc.kotlin.stdlib
4
4
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ hubdle {
17
17
common {
18
18
main {
19
19
dependencies {
20
- implementation(jetbrainsKotlinTestAnnotationsCommon() )
21
- implementation(jetbrainsKotlinTestJunit() )
20
+ implementation(hubdle.jetbrains.kotlin.kotlinTestAnnotationsCommon )
21
+ implementation(hubdle.jetbrains.kotlin.kotlinTestJUnit )
22
22
}
23
23
}
24
24
}
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ hubdle {
17
17
common {
18
18
main {
19
19
dependencies {
20
- implementation(jetbrainsKotlinTest() )
21
- implementation(jetbrainsKotlinTestAnnotationsCommon() )
20
+ implementation(hubdle.jetbrains.kotlin.kotlinTest )
21
+ implementation(hubdle.jetbrains.kotlin.kotlinTestAnnotationsCommon )
22
22
}
23
23
}
24
24
}
@@ -56,7 +56,7 @@ hubdle {
56
56
jvm {
57
57
main {
58
58
dependencies {
59
- implementation(jetbrainsKotlinTestJunit5() )
59
+ implementation(hubdle.jetbrains.kotlin.kotlinTestJUnit5 )
60
60
}
61
61
}
62
62
}
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ hubdle {
17
17
common {
18
18
main {
19
19
dependencies {
20
- implementation(jetbrainsKotlinTest() )
21
- implementation(jetbrainsKotlinTestAnnotationsCommon() )
20
+ implementation(hubdle.jetbrains.kotlin.kotlinTest )
21
+ implementation(hubdle.jetbrains.kotlin.kotlinTestAnnotationsCommon )
22
22
}
23
23
}
24
24
}
@@ -56,7 +56,7 @@ hubdle {
56
56
jvm {
57
57
main {
58
58
dependencies {
59
- implementation(jetbrainsKotlinTestTestng() )
59
+ implementation(hubdle.jetbrains.kotlin.kotlinTestNG )
60
60
}
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments