Skip to content

Commit

Permalink
correct dev guide #10
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Feb 1, 2024
1 parent b080e98 commit 2ccf292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DevNote.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This process can be done either from command line below,
or IntelliJ (screenshot on the right side).

```bash
./gradlew phylonco-lphybeast:installLPhyBEAST
./gradlew lphybeast-ext:installLPhyBEAST
```

3. Build lphybeast-ext subproject. If IntelliJ cannot build, please use the command line below to build the
Expand Down
2 changes: 1 addition & 1 deletion lphybeast-ext/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ java {
tasks.jar.get().enabled = false
//tasks.testFixturesJar.get().enabled = false

version = "0.3.0-SNAPSHOT" // -SNAPSHOT
version = "0.3.0" // -SNAPSHOT
base.archivesName.set("LPhyBeastExt")

val zippedConfig by configurations.creating
Expand Down

0 comments on commit 2ccf292

Please sign in to comment.