Skip to content

Commit dedd7ea

Browse files
committed
Update README.adoc
1 parent b84b1b7 commit dedd7ea

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

README.adoc

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,10 @@ Are you having trouble with Spring Shell? We want to help!
8181
Spring Shell uses GitHub's integrated issue tracking system to record bugs and feature requests.
8282
If you want to raise an issue, please follow the recommendations below:
8383

84-
* Before you log a bug, please search the {github}/issues[issue tracker] to see if someone has already reported the problem.
85-
* If the issue doesn't already exist, {github}/issues/new[create a new issue].
86-
* Please provide as much information as possible with the issue report.
87-
We like to know the Spring Boot and Shell version, operating system, and JVM version you're using.
88-
* If you need to paste code or include a stack trace, use Markdown.
89-
+++```+++ escapes before and after your text.
84+
* Before you log a bug, please search the issue tracker to see if someone has already reported the problem.
85+
* If the issue doesn't already exist, create a new issue.
86+
* Please provide as much information as possible with the issue report. We need to know the Spring Boot and Shell version, operating system, and JVM version you're using.
87+
* If you need to paste code or include a stack trace, please use Markdown's +++```+++ escapes before and after your text.
9088
* If possible, try to create a test case or project that replicates the problem and attach it to the issue.
9189

9290
== Building from Source
@@ -96,25 +94,8 @@ The `main` branch contains the work for the next major release `4.0.0`.
9694
Building and running tests:
9795

9896
```
99-
./gradlew build
97+
./mvnw install
10098
```
10199

102-
Publishing to local maven cache:
103-
104-
```
105-
./gradlew publishToMavenLocal
106-
```
107-
108-
== Example
109-
https://github.com/spring-projects/spring-shell/tree/main/spring-shell-samples/[Samples] contains various examples how to use `spring-shell`.
110-
111-
```
112-
./gradlew :spring-shell-samples:spring-shell-sample-catalog:build -x test
113-
./gradlew :spring-shell-samples:spring-shell-sample-commands:build -x test
114-
./gradlew :spring-shell-samples:spring-shell-sample-e2e:build -x test
115-
```
116-
117-
Native build can be enabled using property `-PspringShellSampleNative=true`. On linux a `musl` can be activated with `-PspringShellSampleMusl=true`. Note that musl needs to be properly configured in the environment.
118-
119100
== License
120101
Spring Shell is Open Source software released under the https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].

0 commit comments

Comments
 (0)