Skip to content

Commit

Permalink
add snapshot repo to test rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Dec 23, 2024
1 parent dec0f7d commit 1c789c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>
</properties>

<repositories>
<repository>
<id>central snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<build>
<defaultGoal>install</defaultGoal>
<pluginManagement>
Expand Down

0 comments on commit 1c789c9

Please sign in to comment.