Skip to content

Commit

Permalink
updated sample
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jan 20, 2024
1 parent c0b0e1a commit fa0b8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm")
id("dev.datlag.sekret") version "0.5.4-SNAPSHOT"
id("dev.datlag.sekret") version "1.0.0"
id("org.jetbrains.compose") version "1.5.11"
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rootProject.name = "sekret"

include(":gradle-plugin")
include(":sekret")
// include(":sample", ":sample:sekret")
include(":sample", ":sample:sekret")

pluginManagement {
repositories {
Expand Down

0 comments on commit fa0b8fa

Please sign in to comment.