Browse Source

new build

Signed-off-by: weisj <weisj@arcor.de>
pull/27/head
weisj 5 years ago
parent
commit
fcbf9c49cb
  1. BIN
      bin/darklaf-1.3.3.2.jar
  2. BIN
      bin/darklaf-standalone-1.3.3.2.jar
  3. 2
      build.gradle
  4. 2
      build_x64.gradle
  5. 2
      build_x86.gradle
  6. 2
      pom.xml

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

Binary file not shown.

BIN
bin/darklaf-standalone-1.3.3.1.jar → bin/darklaf-standalone-1.3.3.2.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.1'
version = '1.3.3.2'
from components.java

2
build_x64.gradle

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

2
build_x86.gradle

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

2
pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>1.3.3.1</version>
<version>1.3.3.2</version>
<packaging>pom</packaging>
<dependencies>
<dependency>

Loading…
Cancel
Save