File tree 4 files changed +15
-5
lines changed
4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "vendor/chunky "]
2
+ path = vendor/chunky
3
+ url = https://github.com/leMaik/chunky
4
+ [submodule ". "]
5
+ branch = remove-static-registries
6
+ [submodule "vendor/chunky-denoiser "]
7
+ path = vendor/chunky-denoiser
8
+ url = https://github.com/chunky-dev/chunky-denoiser
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >de.lemaik.chunkymap</groupId >
8
8
<artifactId >ChunkyMap</artifactId >
9
- <version >2.4.2 </version >
9
+ <version >2.5.0 </version >
10
10
11
11
<licenses >
12
12
<license >
54
54
<dependency >
55
55
<groupId >se.llbit</groupId >
56
56
<artifactId >chunky-core</artifactId >
57
- <version >2.2 .0-382-g9695d95c </version >
57
+ <version >2.3 .0-18-g94f81238 </version >
58
58
</dependency >
59
59
<dependency >
60
60
<!-- dependency of chunky -->
141
141
<id >install-chunky</id >
142
142
<phase >clean</phase >
143
143
<configuration >
144
- <file >${basedir} /chunky.jar</file >
144
+ <file >${basedir} /vendor/ chunky/build/chunky-core-2.3.0-18-g94f81238 .jar</file >
145
145
<repositoryLayout >default</repositoryLayout >
146
146
<groupId >se.llbit</groupId >
147
147
<artifactId >chunky-core</artifactId >
148
- <version >2.2 .0-382-g9695d95c </version >
148
+ <version >2.3 .0-18-g94f81238 </version >
149
149
<packaging >jar</packaging >
150
150
<generatePom >true</generatePom >
151
151
</configuration >
157
157
<id >install-chunky-denoiser</id >
158
158
<phase >clean</phase >
159
159
<configuration >
160
- <file >${basedir} /chunky-denoiser-chunky2.jar</file >
160
+ <file >${basedir} /vendor/chunky-denoiser/build/libs/ chunky-denoiser-chunky2.jar</file >
161
161
<repositoryLayout >default</repositoryLayout >
162
162
<groupId >de.lemaik</groupId >
163
163
<artifactId >chunky-denoiser</artifactId >
You can’t perform that action at this time.
0 commit comments