Fixed The Build Config

Removed the local repo and switched the group ID around
This commit is contained in:
Konloch 2021-06-21 02:58:03 -07:00
parent 75d36702da
commit 7b4d66bb69

AI 샘플 코드 생성 중입니다

Loading...

14
pom.xml
View File

@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>club.bytecode.the</groupId>
<groupId>the.bytecode.club</groupId>
<artifactId>bytecodeviewer</artifactId>
<version>2.10.10</version>
@ -18,18 +18,6 @@
<url>https://jitpack.io</url>
</repository>
</repositories>
<repository>
<id>libs</id>
<name>libs</name>
<releases>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>file://${project.basedir}/libs</url>
</repository>
<dependencies>
<dependency>