Skip to content

Commit 2d54907

Browse files
committed
Add testLocal repository back
1 parent 2fef67c commit 2d54907

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

buildSrc/src/main/kotlin/publishing-convention.gradle.kts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@ extensions.configure<MavenPublishBaseExtension> {
6565
}
6666
}
6767
}
68+
69+
publishing {
70+
repositories {
71+
maven {
72+
name = "testLocal"
73+
url = rootProject.layout.buildDirectory.dir("m2").get().asFile.toURI()
74+
}
75+
}
76+
}
77+
6878
}
6979

7080
// TODO Remove once commonized in aws-kotlin-repo-tools

0 commit comments

Comments
 (0)