Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisarWork committed Nov 12, 2024
1 parent 4511dc4 commit 2bba388
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import com.michaelflisar.composechangelog.gradle.plugin.Changelog
import com.michaelflisar.composechangelog.Changelog
import com.michaelflisar.composechangelog.DefaultVersionFormatter

plugins {
Expand Down
2 changes: 1 addition & 1 deletion demo/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import com.michaelflisar.composechangelog.gradle.plugin.Changelog
import com.michaelflisar.composechangelog.Changelog
import com.michaelflisar.composechangelog.DefaultVersionFormatter

plugins {
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gradlePlugin {
id = "$groupID.gradle-plugin"
implementationClass = "com.michaelflisar.composechangelog.gradle.plugin.ClassLoaderPlugin"
}
//isAutomatedPublishing = false
isAutomatedPublishing = false
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.michaelflisar.composechangelog.gradle.plugin
package com.michaelflisar.composechangelog

import com.michaelflisar.composechangelog.ChangelogVersionFormatter
import kotlin.math.ceil
Expand Down

0 comments on commit 2bba388

Please sign in to comment.