Skip to content

Commit

Permalink
Including the right dependencies for init script.
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Nov 28, 2024
1 parent 2d17c57 commit b37e824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion invert.init.script.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ initscript {
}
}
dependencies {
val invertVersion = "+"
val invertVersion = "0.0.4-dev-SNAPSHOT"
classpath("com.squareup.invert:invert-gradle-plugin:$invertVersion")
classpath("com.squareup.invert:invert-collectors:$invertVersion")
classpath("com.squareup.invert:invert-owners-github:$invertVersion")
}
}

Expand Down

0 comments on commit b37e824

Please sign in to comment.