Skip to content

Commit 2433eee

Browse files
authored
Fix build (#7)
* Run build on java 20 * Add missing markdown link check config * Fix dependency resolution
1 parent daef0c6 commit 2433eee

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"retryOn429": true,
3+
"aliveStatusCodes": [
4+
200,
5+
403
6+
]
7+
}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- 8
2626
- 11
2727
- 17
28-
- 19
28+
- 20
2929

3030
steps:
3131
- uses: actions/checkout@v3

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@ tasks {
105105
configurations.configureEach {
106106
resolutionStrategy {
107107
failOnVersionConflict()
108+
preferProjectModules()
108109
}
109110
}

0 commit comments

Comments
 (0)