File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ To build the Semantic Kernel for Java, you will need:
3636
37371 . Clone this repository
3838
39- git clone -b java-v1 https://github.com/microsoft/semantic-kernel/
39+ git clone https://github.com/microsoft/semantic-kernel-java
4040
41412 . Build the project with the Maven Wrapper
4242
43- cd semantic-kernel/java
43+ cd semantic-kernel
4444 ./mvnw install
4545
46463 . (Optional) To run a FULL build including static analysis and end-to-end tests that might require a valid OpenAI key,
@@ -104,8 +104,7 @@ Also ensure that:
104104- All new code is covered by unit tests
105105- All new code is covered by integration tests
106106
107- Once your proposal is ready, submit a pull request to the ` java-v1 ` branch. The pull request will be reviewed by the
108- project maintainers.
107+ Once your proposal is ready, submit a pull request. The pull request will be reviewed by the project maintainers.
109108
110109Make sure your pull request has an objective title and a clear description explaining the problem and solution.
111110
You can’t perform that action at this time.
0 commit comments