Browse Source

new build

Signed-off-by: weisj <weisj@arcor.de>
pull/27/head v.1.3.2.0
weisj 5 years ago
parent
commit
c2f08971e9
  1. 4
      README.md
  2. BIN
      bin/darklaf-1.3.2.0.jar
  3. 0
      bin/darklaf-standalone-1.3.2.0.jar
  4. 2
      build.gradle
  5. 2
      build_x64.gradle
  6. 2
      build_x86.gradle
  7. 22
      pom.xml

4
README.md

@ -25,12 +25,12 @@ This project is available on Maven Central:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>1.3.1.6</version>
<version>1.3.2.0</version>
</dependency>
````
### Gradle
````
implementation 'com.github.weisj:darklaf:1.3.1.6'
implementation 'com.github.weisj:darklaf:1.3.2.0'
````
## Installation

BIN
bin/darklaf-1.3.1.6.jar → bin/darklaf-1.3.2.0.jar

Binary file not shown.

0
bin/darklaf-standalone-1.3.1.6.jar → bin/darklaf-standalone-1.3.2.0.jar

2
build.gradle

@ -60,7 +60,7 @@ publishing {
customizePom(pom)
groupId = 'com.github.weisj'
artifactId 'darklaf'
version = '1.3.1.6'
version = '1.3.2.0'
from components.java

2
build_x64.gradle

@ -59,7 +59,7 @@ publishing {
customizePom(pom)
groupId = 'com.github.weisj'
artifactId 'darklaf'
version = '1.3.1.6'
version = '1.3.2.0'
from components.java

2
build_x86.gradle

@ -59,7 +59,7 @@ publishing {
customizePom(pom)
groupId = 'com.github.weisj'
artifactId 'darklaf'
version = '1.3.1.6'
version = '1.3.2.0'
from components.java

22
pom.xml

@ -4,23 +4,23 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>1.3.1.6</version>
<version>1.3.2.0</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.metsci.ext.com.kitfox.svg</groupId>
<artifactId>svg-salamander</artifactId>
<version>[0.1.19,)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.1.0</version>
<scope>compile</scope>

Loading…
Cancel
Save