File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
redacted-compiler-plugin-gradle Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ Changelog
4
4
** Unreleased**
5
5
--------------
6
6
7
+ 1.11.0
8
+ ------
9
+
10
+ _ 2024-11-29_
11
+
7
12
- Update to Kotlin ` 2.1.0 ` . This plugin now requires ` 2.1.0 ` or later.
13
+ - Build against Gradle ` 8.11.1 ` .
8
14
9
15
1.10.0
10
16
------
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ kotlin.compiler.keepIncrementalCompilationCachesInMemory=true
15
15
kotlin.compiler.preciseCompilationResultsBackup =true
16
16
17
17
GROUP =dev.zacsweers.redacted
18
- VERSION_NAME =1.11.0-SNAPSHOT
18
+ VERSION_NAME =1.11.0
19
19
POM_DESCRIPTION =A Kotlin compiler plugin that generates redacted toString() implementations.
20
20
POM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
21
21
POM_SCM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ POM_PACKAGING=jar
6
6
kotlin.stdlib.default.dependency =false
7
7
8
8
GROUP =dev.zacsweers.redacted
9
- VERSION_NAME =1.11.0-SNAPSHOT
9
+ VERSION_NAME =1.11.0
10
10
POM_DESCRIPTION =A Kotlin compiler plugin that generates redacted toString() implementations.
11
11
POM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
12
12
POM_SCM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
You can’t perform that action at this time.
0 commit comments