Andreas Schildbach
|
c967c6045c
|
build.gradle: remove sourceCompatibility , targetCompatibility
We have defined `release` one way or another, and on JDK 17 that should
suffice.
|
2024-08-29 23:07:30 +02:00 |
|
Andreas Schildbach
|
34c1e4b708
|
build.gradle: use tasks.withType() to apply options to tests as well
|
2024-08-29 22:56:59 +02:00 |
|
Andreas Schildbach
|
94bb527447
|
build.gradle: migrate --release compiler option to compileJava.options.release for wallettemplate, examples-kotlin, integration-test
For the remaining modules, we're still using Gradle 4.4 so we can't do the same.
|
2024-08-29 22:01:24 +02:00 |
|
Andreas Schildbach
|
9a61a23f0a
|
build.gradle: target Java 17 for wallettool, tools, integration-test, examples, examples-kotlin
|
2024-08-29 16:18:43 +02:00 |
|
Andreas Schildbach
|
ba60554425
|
optimize imports
|
2024-08-21 13:32:13 +02:00 |
|
Sean Gilligan
|
2d201bb150
|
build.gradle: update Kotlin to 2.0.0
|
2024-06-01 23:53:45 +02:00 |
|
itorod
|
960b254b9d
|
ForwardingService: various improvements
* move parsing of args to main
* create config default values
* simplify coin listener with send function
|
2024-06-01 23:43:29 +02:00 |
|
itorod
|
5bc597541f
|
ForwardingService: add Kotlin example
This is adding an `examples-kotlin` sub-project.
|
2024-05-14 20:19:29 +02:00 |
|