Skip to content

Commit

Permalink
swap 2 branches in How to compile section
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Nov 5, 2023
1 parent 12d0128 commit 51230ac
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,34 +385,36 @@ The bug can thus be identified by the team quickly on our [continuous integratio

## How to compile

### v0.x (from git branch Maintenance/master)
### v1.x (from git branch master)

Built with the latest stable [SBT](https://www.scala-sbt.org/). to compile and publish locally:
Built with the latest [Gradle](https://gradle.org/), to compile and publish locally:

```
sbt clean publishM2
./gradlew clean testClasses publishToMavenLocal
```

to run all tests:

```
sbt test
./gradlew test
```

### v1.x (from git branch master)

Built with the latest [Gradle](https://gradle.org/), to compile and publish locally:
### v0.x (from git branch Maintenance/master)

Built with the latest stable [SBT](https://www.scala-sbt.org/). to compile and publish locally:

```
./gradlew clean testClasses publishToMavenLocal
sbt clean publishM2
```

to run all tests:

```
./gradlew test
sbt test
```


## How to edit

Most project contributors uses neovim, IntelliJ IDEA or visual studio code.
Expand Down

0 comments on commit 51230ac

Please sign in to comment.