Browse Source

new build

Signed-off-by: weisj <weisj@arcor.de>
pull/27/head v.1.3.3.3
weisj 5 years ago
parent
commit
62cf7ba8c3
  1. 4
      README.md
  2. BIN
      bin/darklaf-1.3.3.3.jar
  3. BIN
      bin/darklaf-standalone-1.3.3.3.jar
  4. 2
      build.gradle
  5. 2
      build_x64.gradle
  6. 2
      build_x86.gradle
  7. 20
      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.3.2,)</version>
<version>[1.3.3.3,)</version>
</dependency>
````
### Gradle
````
implementation 'com.github.weisj:darklaf:[1.3.3.2,)'
implementation 'com.github.weisj:darklaf:[1.3.3.3,)'
````
## Installation

BIN
bin/darklaf-1.3.3.2.jar → bin/darklaf-1.3.3.3.jar

Binary file not shown.

BIN
bin/darklaf-standalone-1.3.3.2.jar → bin/darklaf-standalone-1.3.3.3.jar

Binary file not shown.

2
build.gradle

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

2
build_x64.gradle

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

2
build_x86.gradle

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

20
pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>1.3.3.2</version>
<version>1.3.3.3</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
@ -51,13 +51,13 @@
</license>
</licenses>
<scm>
<url>https://github.com/weisJ/darklaf</url>
<connection>scm:git:git://github.com/weisJ/darklaf.git</connection>
<developerConnection>scm:git:ssh://git@github.com:weisj/darklaf.git</developerConnection>
</scm>
<developers>
<developer>
<name>Jannis Weis</name>
</developer>
</developers>
<url>https://github.com/weisJ/darklaf</url>
<connection>scm:git:git://github.com/weisJ/darklaf.git</connection>
<developerConnection>scm:git:ssh://git@github.com:weisj/darklaf.git</developerConnection>
</scm>
<developers>
<developer>
<name>Jannis Weis</name>
</developer>
</developers>
</project>

Loading…
Cancel
Save