Skip to content

Commit

Permalink
Downgrade Axion to version before monorepo support
Browse files Browse the repository at this point in the history
Axion would pick the newest commit in the subdirectory
of 'libyear-gradle-plugin' as most recent commit.
However, this might not be identical to HEAD, which
has the version number tag. As a result, Axion
erroneously thinks that this has to be a -SNAPSHOT.
  • Loading branch information
f4lco committed Mar 1, 2021
1 parent 38f6884 commit ba7cba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyear-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
`java-gradle-plugin`
id("com.gradle.plugin-publish").version("0.12.0")
id("org.jlleitschuh.gradle.ktlint").version("9.4.1")
id("pl.allegro.tech.build.axion-release").version("1.12.1")
id("pl.allegro.tech.build.axion-release").version("1.10.3")
}

kotlinDslPluginOptions {
Expand Down

0 comments on commit ba7cba7

Please sign in to comment.