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
Copy file name to clipboardExpand all lines: README.adoc
+5-24Lines changed: 5 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,12 +81,10 @@ Are you having trouble with Spring Shell? We want to help!
81
81
Spring Shell uses GitHub's integrated issue tracking system to record bugs and feature requests.
82
82
If you want to raise an issue, please follow the recommendations below:
83
83
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.
90
88
* If possible, try to create a test case or project that replicates the problem and attach it to the issue.
91
89
92
90
== Building from Source
@@ -96,25 +94,8 @@ The `main` branch contains the work for the next major release `4.0.0`.
96
94
Building and running tests:
97
95
98
96
```
99
-
./gradlew build
97
+
./mvnw install
100
98
```
101
99
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
-
119
100
== License
120
101
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