File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.1.2
5+ -----
6+
7+ _ 2021-11-05_
8+
9+ * ** Enhancement:** Skip processing if there are no ` @AutoValue ` -annotated classes in the current round.
10+ * ** Enhancement:** Report an error if there are no ` @AutoValue ` -annotated classes across all rounds.
11+ * ** Fix:** Use correct classloader when loading ` AutoValueExtension ` services
12+
4131.1.1
514-----
615
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ POM_NAME=AutoValue Kotlin
3131POM_ARTIFACT_ID =auto-value-kotlin
3232POM_PACKAGING =jar
3333GROUP =com.slack.auto.value
34- VERSION_NAME =1.2.0-SNAPSHOT
34+ VERSION_NAME =1.1.2
3535POM_DESCRIPTION =An AutoValue extension that generates binary and source compatible equivalent data classes of AutoValue models.
3636POM_URL =https://github.com/slackhq/auto-value-kotlin/
3737POM_SCM_URL =https://github.com/slackhq/auto-value-kotlin/
You can’t perform that action at this time.
0 commit comments