File tree 4 files changed +7
-3
lines changed
VoxelGamesLib/src/main/java/com/voxelgameslib/voxelgameslib
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import com .google .inject .Singleton ;
4
4
5
- import net .lingala .zip4j .core . ZipFile ;
5
+ import net .lingala .zip4j .ZipFile ;
6
6
import net .lingala .zip4j .exception .ZipException ;
7
7
8
8
import java .io .File ;
Original file line number Diff line number Diff line change 6
6
import com .google .inject .Provider ;
7
7
import com .google .inject .name .Named ;
8
8
9
- import net .lingala .zip4j .core . ZipFile ;
9
+ import net .lingala .zip4j .ZipFile ;
10
10
import net .lingala .zip4j .exception .ZipException ;
11
11
import net .lingala .zip4j .model .FileHeader ;
12
12
Original file line number Diff line number Diff line change 1
1
package com .voxelgameslib .voxelgameslib .util .utils ;
2
2
3
- import net .lingala .zip4j .core . ZipFile ;
3
+ import net .lingala .zip4j .ZipFile ;
4
4
import net .lingala .zip4j .exception .ZipException ;
5
5
import net .lingala .zip4j .model .ZipParameters ;
6
6
Original file line number Diff line number Diff line change 63
63
</distributionManagement >
64
64
65
65
<repositories >
66
+ <repository >
67
+ <id >aikar</id >
68
+ <url >https://repo.aikar.co/content/groups/aikar/</url >
69
+ </repository >
66
70
<repository >
67
71
<id >voxelgameslib</id >
68
72
<url >https://repo.minidigger.me/repository/maven-public/</url >
You can’t perform that action at this time.
0 commit comments