Commit de347df 1 parent cc4cb57 commit de347df Copy full SHA for de347df
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 48
48
run : |
49
49
export JRELEASER_GPG_PUBLIC_KEY="$(cat site/assets/project_hexagontk_com_public.key)"
50
50
./gradlew --no-daemon -x test publish
51
- ./gradlew --no-daemon -x test jreleaserConfig
52
51
./gradlew --no-daemon -x test jreleaserFullRelease
53
52
git push --tags
54
53
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ dependencyResolutionManagement {
26
26
version(" binValidator" , " 0.17.0" )
27
27
version(" nativeTools" , " 0.10.5" )
28
28
version(" jmhGradle" , " 0.7.2" )
29
- version(" gradleWrapper" , " 8.10.2 " )
29
+ version(" gradleWrapper" , " 8.12.1 " )
30
30
version(" mkdocsMaterial" , " 9.6.3" )
31
31
version(" maven" , " 3.9.9" )
32
- version(" jreleaser" , " 1.14 .0" )
32
+ version(" jreleaser" , " 1.15 .0" )
33
33
34
34
// Testing
35
35
version(" mockk" , " 1.13.16" )
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import javax.xml.parsers.DocumentBuilderFactory
6
6
apply (from = " ../gradle/kotlin.gradle" )
7
7
apply (from = " ../gradle/publish.gradle" )
8
8
9
+ description = " Project starters."
10
+
9
11
extensions.configure<PublishingExtension > {
10
12
publications {
11
13
createPomPublication(" hexagon_bom" ) { pomDom ->
You can’t perform that action at this time.
0 commit comments