File tree 6 files changed +17
-17
lines changed
6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Version 2.4 adds support for `.cif` input and contains a special profile for pre
20
20
21
21
### Requirements
22
22
23
- * Java 8 to 20
23
+ * Java 11 to 21
24
24
* PyMOL 1.7 (or newer) for viewing visualizations (optional)
25
25
26
26
P2Rank is tested on Linux, macOS, and Windows.
Original file line number Diff line number Diff line change @@ -164,20 +164,20 @@ tasks.named("dependencyUpdates").configure {
164
164
165
165
dependencies {
166
166
167
- implementation ' org.apache.groovy:groovy:4.0.20 '
167
+ implementation ' org.apache.groovy:groovy:4.0.21 '
168
168
169
169
implementation ' org.codehaus.gpars:gpars:1.2.1'
170
170
implementation ' org.apache.commons:commons-lang3:3.14.0'
171
171
implementation ' org.apache.commons:commons-math3:3.6.1'
172
- implementation ' commons-io:commons-io:2.16.0 '
172
+ implementation ' commons-io:commons-io:2.16.1 '
173
173
implementation ' com.google.guava:guava:33.1.0-jre'
174
174
implementation ' com.google.code.gson:gson:2.10.1'
175
175
implementation ' com.univocity:univocity-parsers:2.9.1' // csv parser
176
176
implementation ' org.apache.commons:commons-csv:1.10.0'
177
177
implementation ' org.zeroturnaround:zt-zip:1.17'
178
178
implementation ' org.apache.commons:commons-compress:1.26.1'
179
179
implementation ' org.tukaani:xz:1.9'
180
- implementation ' com.github.luben:zstd-jni:1.5.6-1 '
180
+ implementation ' com.github.luben:zstd-jni:1.5.6-2 '
181
181
implementation ' com.github.dpaukov:combinatoricslib3:3.4.0'
182
182
183
183
implementation ' org.slf4j:slf4j-api:1.7.36'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Version 2.4 adds support for `.cif` input and contains a special profile for pre
20
20
21
21
### Requirements
22
22
23
- * Java 8 to 20
23
+ * Java 11 to 22
24
24
* PyMOL 1.7 (or newer) for viewing visualizations (optional)
25
25
26
26
P2Rank is tested on Linux, macOS, and Windows.
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
43
43
%JAVA_EXE% -version > NUL 2 >& 1
44
44
if %ERRORLEVEL% equ 0 goto execute
45
45
46
- echo .
47
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48
- echo .
49
- echo Please set the JAVA_HOME variable in your environment to match the
50
- echo location of your Java installation.
46
+ echo . 1 >& 2
47
+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1 >& 2
48
+ echo . 1 >& 2
49
+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
50
+ echo location of your Java installation. 1 >& 2
51
51
52
52
goto fail
53
53
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
57
57
58
58
if exist " %JAVA_EXE% " goto execute
59
59
60
- echo .
61
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62
- echo .
63
- echo Please set the JAVA_HOME variable in your environment to match the
64
- echo location of your Java installation.
60
+ echo . 1 >& 2
61
+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1 >& 2
62
+ echo . 1 >& 2
63
+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
64
+ echo location of your Java installation. 1 >& 2
65
65
66
66
goto fail
67
67
Original file line number Diff line number Diff line change 1
1
2
2
3
- ## Upgrade gradle weapper
3
+ ## Upgrade gradle wrapper
4
4
5
5
~~~ sh
6
6
./gradlew wrapper --gradle-version latest
You can’t perform that action at this time.
0 commit comments