Skip to content

Commit

Permalink
Update build docs for new repository
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoliver committed Jul 26, 2024
1 parent 61219b5 commit b5a05bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ To build the Semantic Kernel for Java, you will need:

1. Clone this repository

git clone -b java-v1 https://github.com/microsoft/semantic-kernel/
git clone https://github.com/microsoft/semantic-kernel-java

2. Build the project with the Maven Wrapper

cd semantic-kernel/java
cd semantic-kernel
./mvnw install

3. (Optional) To run a FULL build including static analysis and end-to-end tests that might require a valid OpenAI key,
Expand Down Expand Up @@ -104,8 +104,7 @@ Also ensure that:
- All new code is covered by unit tests
- All new code is covered by integration tests

Once your proposal is ready, submit a pull request to the `java-v1` branch. The pull request will be reviewed by the
project maintainers.
Once your proposal is ready, submit a pull request. The pull request will be reviewed by the project maintainers.

Make sure your pull request has an objective title and a clear description explaining the problem and solution.

Expand Down

0 comments on commit b5a05bd

Please sign in to comment.