Upgraded to Kotlin 1.9.21
This commit is contained in:
parent
00f78b7575
commit
594ca811e3
7 changed files with 15 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'com.github.ben-manes.versions' version '0.49.0'
|
||||
id 'com.github.ben-manes.versions' version '0.50.0'
|
||||
id 'java'
|
||||
id 'application'
|
||||
}
|
||||
|
|
|
@ -27,6 +27,7 @@ public class JavaExample {
|
|||
final Logger logger = poster.getLogger();
|
||||
logger.addHandler(consoleHandler);
|
||||
logger.setLevel(Level.FINE);
|
||||
logger.setUseParentHandlers(false);
|
||||
|
||||
// Add Pin
|
||||
if (poster.addPin(new PinConfig.Builder()
|
||||
|
|
|
@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
|
||||
plugins {
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions") version "0.49.0"
|
||||
id("com.github.ben-manes.versions") version "0.50.0"
|
||||
kotlin("jvm") version "1.9.10"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue