Skip to content

Commit ff04dfc

Browse files
committed
chore(deps): dependencies
1 parent daa7fdb commit ff04dfc

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

build.gradle

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
plugins {
2-
id "se.bjurr.gradle.conventional-release"
3-
id "se.bjurr.gradle.java-convention"
4-
id "se.bjurr.gradle.update-versions"
2+
id "java-gradle-plugin"
3+
id "se.bjurr.gradle.bundle-gradle-binaryplugin"
54
}
65

76
dependencies {
87
implementation gradleApi()
9-
api 'se.bjurr.gitchangelog:git-changelog-lib:2.6.1'
8+
api "se.bjurr.gitchangelog:git-changelog-lib:2.6.2"
9+
}
10+
11+
12+
javaExtension {
13+
javaVersion = 17
1014
}

gradle.properties

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
#
2-
#Fri Sep 19 17:33:10 CEST 2025
2+
#Fri Sep 19 17:37:49 CEST 2025
33
description=Automate changelog and versioning with conventional commits and Git.
44
group=se.bjurr.gitchangelog
5+
version=3.1.1
56
implementationClass=se.bjurr.gitchangelog.plugin.gradle.GitChangelogGradlePlugin
6-
repoType=GRADLE
7-
sourceCompatibility=17
87
stripGradlePluginSuffix=false
98
tags=git,changelog,releasenotes,patchnotes,conventional commits,semantic version,semantic release
10-
targetCompatibility=17
11-
version=3.1.0

settings.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ pluginManagement {
77
}
88

99
plugins {
10-
id "se.bjurr.gradle.conventional-release" version "0.+" apply false
11-
id "se.bjurr.gradle.java-convention" version "0.+" apply false
12-
id "se.bjurr.gradle.update-versions" version "0.+" apply false
10+
id "se.bjurr.gradle.bundle-gradle-binaryplugin" version "1.+" apply false
1311
}

0 commit comments

Comments
 (0)