Skip to content

Commit 7cae890

Browse files
Update JDK 25 - build kotlin-service, build quarkus-service
1 parent 6496a6a commit 7cae890

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<name>Spring Boot Admin Snapshots</name>
293293
<url>https://maven.pkg.github.com/codecentric/spring-boot-admin</url>
294294
<snapshots>
295-
<enabled>true</enabled>
295+
<enabled>false</enabled>
296296
</snapshots>
297297
</repository>
298298

@@ -316,5 +316,11 @@
316316
<name>Spring Snapshots</name>
317317
<url>https://repo.spring.io/snapshot</url>
318318
</pluginRepository>
319+
320+
<pluginRepository>
321+
<id>github-sba</id>
322+
<name>SBA Snapshots</name>
323+
<url>https://maven.pkg.github.com/codecentric/spring-boot-admin</url>
324+
</pluginRepository>
319325
</pluginRepositories>
320326
</project>

0 commit comments

Comments
 (0)