You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ease (#7177)
Update: also include a fix, that POM.xml is not generated in unbranded
fix#7058
generate a simple readme.md
```
# Builtin client library for Java
Builtin client library for Java.
This package contains Builtin client library.
## Getting started
### Prerequisites
- [Java Development Kit (JDK)][jdk] with version 8 or above
### Adding the package to your product
<dependency>
<groupId>io.clientcore</groupId>
<artifactId>tsptest-builtin</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
<!-- LINKS -->
[jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/
```
Clear and concise description of the problem
feature #6639
The README targets the user of the lib (not the user of the emitter).
It could be similar to what we did for mgmt lib (but a simpler one)
https://github.com/microsoft/typespec/blob/main/packages/http-client-java/generator/http-client-generator-mgmt/src/main/resources/Readme.txt
Checklist
The text was updated successfully, but these errors were encountered: