Skip to content

Commit

Permalink
Merge pull request #16 from thiago-preira/coverage-disabled
Browse files Browse the repository at this point in the history
Coverage disabled
  • Loading branch information
broilogabriel authored May 22, 2024
2 parents 00b9101 + 103f8f7 commit 5157996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ This project was created to download schemas from Confluent Schema Registry.
You can add this plugin by adding the following in your `plugins.sbt` file:

```sbt
addSbtPlugin("io.github.broilogabriel" % "sbt-schema-registry-downloader" % "0.2.0")
addSbtPlugin("io.github.broilogabriel" % "sbt-schema-registry-downloader" % "0.2.1")
```
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ lazy val root = (project in file(".")).settings(
name := "sbt-schema-registry-downloader",
organization := "io.github.broilogabriel",
description := "Sbt plugin to download avro schemas from schema registry",
version := "0.2.0",
version := "0.2.1",
// scalaVersion := "2.12.6",
scalaVersion := appConfiguration.value.provider.scalaProvider.version,
mainClass in (Compile, run) := Some("io.github.broilogabriel.Main"),
sbtPlugin := true,
sbtVersion := "1.2.8",
coverageEnabled := true,
coverageEnabled := false,
// workaround to be able to overwrite the file when executing publishLocal
isSnapshot := version.value.trim.endsWith("SNAPSHOT"),
publishMavenStyle := true,
Expand Down

0 comments on commit 5157996

Please sign in to comment.