Skip to content

Commit 84708dc

Browse files
committed
publish config
1 parent ef19bf7 commit 84708dc

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

buildSrc/build.gradle.kts

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
/*
2-
* Copyright (c) 2022-2023. ForteScarlet.
2+
* Copyright (c) 2022-2024. ForteScarlet.
33
*
4-
* This file is part of simbot-component-kook.
4+
* This file is part of simbot-component-kook.
55
*
6-
* simbot-component-kook is free software: you can redistribute it and/or modify it under the terms of
7-
* the GNU Lesser General Public License as published by the Free Software Foundation,
8-
* either version 3 of the License, or (at your option) any later version.
6+
* simbot-component-kook is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU Lesser General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
910
*
10-
* simbot-component-kook is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
11-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12-
* See the GNU Lesser General Public License for more details.
11+
* simbot-component-kook is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU Lesser General Public License for more details.
1315
*
14-
* You should have received a copy of the GNU Lesser General Public License along with simbot-component-kook,
15-
* If not, see <https://www.gnu.org/licenses/>.
16+
* You should have received a copy of the GNU Lesser General Public License
17+
* along with simbot-component-kook,
18+
* If not, see <https://www.gnu.org/licenses/>.
1619
*/
1720

1821
plugins {
@@ -33,7 +36,7 @@ dependencies {
3336
implementation(libs.bundles.dokka)
3437

3538
// see https://github.com/gradle-nexus/publish-plugin
36-
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
39+
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
3740

3841
// simbot suspend transform gradle common
3942
implementation(libs.simbot.gradle)

0 commit comments

Comments
 (0)