Prueba workflow
Some checks failed
Build and Publish to Gitea Packages / build (push) Failing after 45s

This commit is contained in:
2025-05-15 22:05:30 +02:00
parent 050dd2653a
commit 5492beba66
2 changed files with 54 additions and 11 deletions

18
pom.xml
View File

@@ -49,17 +49,17 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.12</version>
<version>4.9.2</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
<version>20231013</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -71,13 +71,9 @@
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>gitea</id>
<url>https://git.h4ckdata.es/api/packages/h4ckx0r/maven</url>
</repository>
</distributionManagement>
@@ -88,8 +84,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>23</source>
<target>23</target>
<compilerArgs>
<arg>-Xlint:unchecked</arg>
</compilerArgs>