mirror of
https://github.com/tcgdex/java-sdk.git
synced 2025-06-21 15:19:18 +00:00
Compare commits
5 Commits
v2.0.1
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
114f6140e7 | |||
3bbb439d86 | |||
c6a8325eba | |||
0c38358bc4 | |||
150acada74 |
@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
|
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
|
||||||
kotlin("jvm") version "2.0.20"
|
kotlin("jvm") version "2.1.20"
|
||||||
id("org.jetbrains.dokka") version "1.9.20"
|
id("org.jetbrains.dokka") version "2.0.0"
|
||||||
|
|
||||||
// Apply the java-library plugin for API and implementation separation.
|
// Apply the java-library plugin for API and implementation separation.
|
||||||
`java-library`
|
`java-library`
|
||||||
|
Reference in New Issue
Block a user