Skip to content

Commit e07843d

Browse files
committed
some upgrades and add sources to gradle
gradle 9 still doesn't work
1 parent e4e5e1e commit e07843d

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ plugins {
77
alias(libs.plugins.mavenCentralPublish) apply false
88
}
99

10+
tasks.wrapper {
11+
distributionType = Wrapper.DistributionType.ALL
12+
}
13+
1014
description = "JavaCAN is a binding to Linux' socketcan subsystem that feels native to Java developers."
1115

1216
scmVersion {

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
axion = "1.20.1"
2+
axion = "1.21.0"
33
dockcross = "0.4.2"
4-
mavenCentralPublish = "0.8.0"
4+
mavenCentralPublish = "0.9.0"
55
jdtAnnotations = "2.4.0"
66
slf4j = "2.0.17"
77
logback = "1.3.15"
8-
junitJupiter = "6.0.0"
8+
junitJupiter = "6.0.1"
99
jniAccessGenerator = "1.2.2"
1010

1111
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)