Skip to content

Commit f7a10e8

Browse files
dubinskylihaoyi
andauthored
Mention Gradle plugin for Scala.js and Scala Native. (#384)
Co-authored-by: Li Haoyi <[email protected]>
1 parent 4e0fcbf commit f7a10e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Its key features are:
2020
- Supports [Scala.js and Scala-Native](#scalajs-and-scala-native), Scala 2.12.x/2.13.x/3.x,
2121
projects using [SBT](#getting-started) or [Mill](https://mill-build.org/mill/index.html)
2222
[standalone](#running-utest-standalone) (e.g. via a `main` method, or in
23-
Ammonite Scripts)
23+
Ammonite Scripts),
24+
projects using [Gradle plugin for Scala.js and Scala Native](https://github.com/dubinsky/scalajs-gradle).
2425

2526
Unlike traditional testing libraries for Scala (like
2627
[Scalatest](http://www.scalatest.org/) or
@@ -147,6 +148,9 @@ For Scala-Native, you will also need
147148
nativeLinkStubs := true
148149
```
149150

151+
[Gradle plugin for Scala.js and Scala Native](https://github.com/dubinsky/scalajs-gradle)
152+
supports using uTest with [Gradle](https://gradle.org/).
153+
150154
Defining and Running a Test Suite
151155
=================================
152156

0 commit comments

Comments
 (0)