Updated build dependencies to fix sources jar file.

master Version_4.2.1
Robinson 2023-01-19 00:19:56 +01:00
parent 3a371a82b9
commit 1bd8d3c0a6
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 8 additions and 8 deletions

View File

@ -395,7 +395,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId>
<version>4.2</version>
<version>4.2.1</version>
</dependency>
</dependencies>
```
@ -405,7 +405,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:SystemTray:4.2")
implementation("com.dorkbox:SystemTray:4.2.1")
}
```

View File

@ -25,12 +25,12 @@ import java.time.Instant
gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS_FULL // always show the stacktrace!
plugins {
id("com.dorkbox.GradleUtils") version "3.6"
id("com.dorkbox.Licensing") version "2.17"
id("com.dorkbox.GradleUtils") version "3.8"
id("com.dorkbox.Licensing") version "2.19.1"
id("com.dorkbox.VersionUpdate") version "2.5"
id("com.dorkbox.GradlePublish") version "1.15"
id("com.dorkbox.GradlePublish") version "1.17"
kotlin("jvm") version "1.7.21"
kotlin("jvm") version "1.7.22"
}
// TODO: check if there are any images. ONLY if there are images, then we set all menu entries to have image offsets.
@ -41,7 +41,7 @@ object Extras {
// set for the project
const val description = "Cross-platform SystemTray support for Swing/AWT, GtkStatusIcon, and AppIndicator on Java 8+"
const val group = "com.dorkbox"
const val version = "4.2"
const val version = "4.2.1"
// set as project.ext
const val name = "SystemTray"

View File

@ -145,7 +145,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "4.2";
return "4.2.1";
}
static {