forked from phoedos/pmd
[apex] Update jorje lib to 2020-06-04-ba31c0
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>8</java.version>
|
||||
<apex.jorje.version>2019-11-07-964d4a</apex.jorje.version>
|
||||
<apex.jorje.version>2020-06-04-ba31c0</apex.jorje.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@@ -79,7 +79,6 @@
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>26.0-jre</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.j2objc</groupId>
|
||||
|
Binary file not shown.
@@ -4,6 +4,6 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>apex</groupId>
|
||||
<artifactId>apex-jorje-lsp-minimized</artifactId>
|
||||
<version>2019-11-07-964d4a</version>
|
||||
<version>2020-06-04-ba31c0</version>
|
||||
<description>POM was created from install:install-file</description>
|
||||
</project>
|
@@ -3,10 +3,10 @@
|
||||
<groupId>apex</groupId>
|
||||
<artifactId>apex-jorje-lsp-minimized</artifactId>
|
||||
<versioning>
|
||||
<release>2019-11-07-964d4a</release>
|
||||
<release>2020-06-04-ba31c0</release>
|
||||
<versions>
|
||||
<version>2019-11-07-964d4a</version>
|
||||
<version>2020-06-04-ba31c0</version>
|
||||
</versions>
|
||||
<lastUpdated>20200117105703</lastUpdated>
|
||||
<lastUpdated>20200724082242</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@@ -36,7 +36,8 @@ function minimize() {
|
||||
pushd temp
|
||||
find . -not -path "." \
|
||||
-and -not -path ".." \
|
||||
-and -not -path "./apex*" \
|
||||
-and -not -path "./apex" \
|
||||
-and -not -path "./apex/*" \
|
||||
-and -not -path "./StandardApex*" \
|
||||
-and -not -path "./messages*" \
|
||||
-and -not -path "./com" \
|
||||
|
Reference in New Issue
Block a user