Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add publish step for rewrite-csharp java lib
  • Loading branch information
OlegDokuka authored Jul 8, 2024
1 parent 1d63a88 commit 51fea40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rewrite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Commands are executed from `openrewrite/rewrite-csharp:Rewrite`.
dotnet pack --output ~/localNuGetFeed
```

Commands are executed from `openrewrite/rewrite-csharp:rewrite-csharp`.

3. Publish Java bits of Rewrite project
```shell
./gradlew publishToMavenLocal
```

### Phase 2: Create NuGet packages for rest of `Rewrite.Remote`

Commands are executed from `moderneinc/rewrite-remote:rewrite-remote`.
Expand Down

0 comments on commit 51fea40

Please sign in to comment.