Resolved Missing Dependency
The specific snapshot for DarkLAF has been removed, this replaces it temporarily with a local copy
This commit is contained in:
parent
84c1834ada
commit
173b4b85b9
|
@ -21,3 +21,4 @@ Some dependencies may have been modified or could be released by their author in
|
|||
|
||||
- `JD-GUI`: Removed ASM and RSyntaxTextArea
|
||||
- `APKTool`: Recompiled with the newest dependency versions, removed prebuilt folder
|
||||
- `DarkLAF`: Merged core & windows libraries for 2.6.2-20210719.010320-83
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
41d368cd63ae76bba69ccb6e967866fe
|
|
@ -0,0 +1 @@
|
|||
96f9c3d3bee336c4653abf42444c025b6dfd1836
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
<artifactId>darklaf-bcv</artifactId>
|
||||
<version>2.6.2bcv</version>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
74478ea2fe1166fa888c71a79567301d
|
|
@ -0,0 +1 @@
|
|||
d30064114889fe65ffd7c6c27f295351dec57586
|
12
libs/com/github/weisj/darklaf-bcv/maven-metadata.xml
Normal file
12
libs/com/github/weisj/darklaf-bcv/maven-metadata.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
<artifactId>darklaf-bcv</artifactId>
|
||||
<versioning>
|
||||
<release>2.6.2bcv</release>
|
||||
<versions>
|
||||
<version>2.6.2bcv</version>
|
||||
</versions>
|
||||
<lastUpdated>20210724002216</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
1
libs/com/github/weisj/darklaf-bcv/maven-metadata.xml.md5
Normal file
1
libs/com/github/weisj/darklaf-bcv/maven-metadata.xml.md5
Normal file
|
@ -0,0 +1 @@
|
|||
75dd4d459bc5baedf71904887dc0b60e
|
|
@ -0,0 +1 @@
|
|||
cc64fe02e94fab19ada3c4e39a6d984d5bf541b1
|
15
pom.xml
15
pom.xml
|
@ -225,20 +225,9 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
<artifactId>darklaf-core</artifactId>
|
||||
<version>2.6.2-20210719.010320-83</version> <!-- TODO Change to release when ready, see below -->
|
||||
<artifactId>darklaf-bcv</artifactId>
|
||||
<version>2.6.2bcv</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
<artifactId>darklaf-windows</artifactId>
|
||||
<version>2.6.2-20210719.010320-83</version>
|
||||
</dependency>
|
||||
<!-- RELEASE VERSION:
|
||||
<dependency>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
<artifactId>darklaf-core</artifactId>
|
||||
<version>2.6.2</version>
|
||||
</dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
<artifactId>darklaf-extensions-rsyntaxarea</artifactId>
|
||||
|
|
Loading…
Reference in New Issue
Block a user