File tree 9 files changed +11
-11
lines changed
integration-test-no-merge/project
9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- name := " jacoco4sbt "
2
- organization := " de.johoop "
1
+ name := " sbt-jacoco "
2
+ organization := " org.scala-sbt "
3
3
4
- version := " 3.0.0-SNAPSHOT "
4
+ version := " 3.0.0-M1 "
5
5
6
6
sbtPlugin := true
7
7
crossSbtVersions := Seq (" 0.13.16" , " 1.0.1" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This is an [sbt](http://scala-sbt.org/) plugin for code coverage analysis via [J
8
8
Install the plugin by adding the following to ` project/plugins.sbt ` :
9
9
10
10
``` scala
11
- addSbtPlugin(" de.johoop " % " jacoco4sbt " % " 3.0.0-M? " )
11
+ addSbtPlugin(" org.scala-sbt " % " sbt-jacoco " % " 3.0.0-M1 " )
12
12
```
13
13
14
14
And then execute the plugin with ` sbt jacoco:jacoco ` .
Original file line number Diff line number Diff line change 4
4
throw new RuntimeException (""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the parameter -Dplugin.version=<version>""" .stripMargin)
6
6
7
- else addSbtPlugin(" de.johoop " % " jacoco4sbt " % pluginVersion)
7
+ else addSbtPlugin(" org.scala-sbt " % " sbt-jacoco " % pluginVersion)
8
8
}
Original file line number Diff line number Diff line change 4
4
throw new RuntimeException (""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the parameter -Dplugin.version=<version>""" .stripMargin)
6
6
7
- else addSbtPlugin(" de.johoop " % " jacoco4sbt " % pluginVersion)
7
+ else addSbtPlugin(" org.scala-sbt " % " sbt-jacoco " % pluginVersion)
8
8
}
Original file line number Diff line number Diff line change 4
4
throw new RuntimeException (""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the parameter -Dplugin.version=<version>""" .stripMargin)
6
6
7
- else addSbtPlugin(" de.johoop " % " jacoco4sbt " % pluginVersion)
7
+ else addSbtPlugin(" org.scala-sbt " % " sbt-jacoco " % pluginVersion)
8
8
}
Original file line number Diff line number Diff line change 4
4
throw new RuntimeException (""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the parameter -Dplugin.version=<version>""" .stripMargin)
6
6
7
- else addSbtPlugin(" de.johoop " % " jacoco4sbt " % pluginVersion)
7
+ else addSbtPlugin(" org.scala-sbt " % " sbt-jacoco " % pluginVersion)
8
8
}
Original file line number Diff line number Diff line change 4
4
throw new RuntimeException (""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the parameter -Dplugin.version=<version>""" .stripMargin)
6
6
7
- else addSbtPlugin(" de.johoop " % " jacoco4sbt " % pluginVersion)
7
+ else addSbtPlugin(" org.scala-sbt " % " sbt-jacoco " % pluginVersion)
8
8
}
Original file line number Diff line number Diff line change 4
4
throw new RuntimeException (""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the parameter -Dplugin.version=<version>""" .stripMargin)
6
6
7
- else addSbtPlugin(" de.johoop " % " jacoco4sbt " % pluginVersion)
7
+ else addSbtPlugin(" org.scala-sbt " % " sbt-jacoco " % pluginVersion)
8
8
}
Original file line number Diff line number Diff line change 4
4
throw new RuntimeException (""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the parameter -Dplugin.version=<version>""" .stripMargin)
6
6
7
- else addSbtPlugin(" de.johoop " % " jacoco4sbt " % pluginVersion)
7
+ else addSbtPlugin(" org.scala-sbt " % " sbt-jacoco " % pluginVersion)
8
8
}
You can’t perform that action at this time.
0 commit comments