File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
23
23
}
24
24
25
25
group ' io.jactl'
26
- version ' 2.2.0-SNAPSHOT '
26
+ version ' 2.2.0'
27
27
28
28
repositories {
29
29
mavenCentral()
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ features.
175
175
## Download
176
176
177
177
To run command line scripts you only need the Jactl jar which can be downloaded from Maven Central:
178
- [ https://repo1.maven.org/maven2/io/jactl/jactl/2.1 .0/jactl-2.1 .0.jar ] ( https://repo1.maven.org/maven2/io/jactl/jactl/2.1 .0/jactl-2.1 .0.jar )
178
+ [ https://repo1.maven.org/maven2/io/jactl/jactl/2.2 .0/jactl-2.2 .0.jar ] ( https://repo1.maven.org/maven2/io/jactl/jactl/2.2 .0/jactl-2.2 .0.jar )
179
179
180
180
To download the Jactl REPL, which gives you an interactive shell for trying out Jactl code, see the
181
181
[ jactl-repl] ( https://github.com/jaccomoc/jactl-repl ) project.
@@ -213,7 +213,7 @@ To use Jactl you will need to add a dependency on the Jactl library.
213
213
214
214
In the ` dependencies ` section of your ` build.gradle ` file:
215
215
``` groovy
216
- implementation group: 'io.jactl', name: 'jactl', version: '2.1 .0'
216
+ implementation group: 'io.jactl', name: 'jactl', version: '2.2 .0'
217
217
```
218
218
219
219
### Maven
@@ -223,7 +223,7 @@ In the `dependencies` section of your `pom.xml`:
223
223
<dependency >
224
224
<groupId >io.jactl</groupId >
225
225
<artifactId >jactl</artifactId >
226
- <version >2.1 .0</version >
226
+ <version >2.2 .0</version >
227
227
</dependency >
228
228
```
229
229
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ plugins:
36
36
- jekyll-feed
37
37
38
38
content :
39
- jactl_version : 2.1 .0
39
+ jactl_version : 2.2 .0
40
40
41
41
# Exclude from processing.
42
42
# The following items will not be processed, by default.
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ To force the JVM to use hotspot compilation even on large methods add the `-XX:-
246
246
command line flag to the ` java ` command.
247
247
For example:
248
248
``` bash
249
- java -XX:-DontCompileHugeMethods -jar jactl-2.1 .0-jar
249
+ java -XX:-DontCompileHugeMethods -jar jactl-2.2 .0-jar
250
250
```
251
251
252
252
### Does Jactl provide any thread synchronisation mechanisms?
You can’t perform that action at this time.
0 commit comments