File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
1014description = " JavaCAN is a binding to Linux' socketcan subsystem that feels native to Java developers."
1115
1216scmVersion {
Original file line number Diff line number Diff line change 11[versions ]
2- axion = " 1.20.1 "
2+ axion = " 1.21.0 "
33dockcross = " 0.4.2"
4- mavenCentralPublish = " 0.8 .0"
4+ mavenCentralPublish = " 0.9 .0"
55jdtAnnotations = " 2.4.0"
66slf4j = " 2.0.17"
77logback = " 1.3.15"
8- junitJupiter = " 6.0.0 "
8+ junitJupiter = " 6.0.1 "
99jniAccessGenerator = " 1.2.2"
1010
1111[libraries ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments