Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
AutoReferee
Commits
ab77368d
Verified
Commit
ab77368d
authored
Jan 22, 2022
by
NicolaiO
🐼
Browse files
Update to latest versions
parent
6cb743bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ab77368d
...
...
@@ -8,7 +8,7 @@ We use Gradle for building the application and IntelliJ as the primary IDE.
All dependencies will be downloaded automatically, so you need an internet connection for the build.
## System Requirements
*
Java JDK 1
1
*
Java JDK 1
7
*
Internet connection
*
no limitations on OS known
...
...
build.gradle
View file @
ab77368d
...
...
@@ -6,12 +6,12 @@ plugins {
id
'sumatra.java-conventions'
id
'application'
id
'com.palantir.git-version'
version
'0.1
2.3
'
id
'ca.cutterslade.analyze'
version
'1.8.
1
'
id
'com.google.cloud.tools.jib'
version
'3.
1.4
'
id
'com.palantir.git-version'
version
'0.1
3.0
'
id
'ca.cutterslade.analyze'
version
'1.8.
3
'
id
'com.google.cloud.tools.jib'
version
'3.
2.0
'
id
"com.github.breadmoirai.github-release"
version
"2.2.12"
id
'com.github.ben-manes.versions'
version
'0.
39
.0'
id
'se.patrikerdes.use-latest-versions'
version
'0.2.1
7
'
id
'com.github.ben-manes.versions'
version
'0.
41
.0'
id
'se.patrikerdes.use-latest-versions'
version
'0.2.1
8
'
}
ext
.
versionDetails
=
versionDetails
(
prefix:
"version/"
)
...
...
@@ -39,15 +39,15 @@ dependencies {
runtimeOnly
project
(
':moduli-wp'
)
runtimeOnly
project
(
':moduli-referee'
)
implementation
'com.github.TIGERs-Mannheim:moduli:
2.2
'
implementation
'com.github.TIGERs-Mannheim:moduli:
4.1
'
implementation
'com.github.TIGERs-Mannheim:infonode:1.7.0'
implementation
'org.apache.logging.log4j:log4j-api:2.1
2
.1'
runtimeOnly
'org.apache.logging.log4j:log4j-core:2.1
2
.1'
runtimeOnly
'org.apache.logging.log4j:log4j-1.2-api:2.1
2
.1'
runtimeOnly
'org.slf4j:slf4j-log4j12:1.7.
25
'
implementation
'org.apache.logging.log4j:log4j-api:2.1
7
.1'
runtimeOnly
'org.apache.logging.log4j:log4j-core:2.1
7
.1'
runtimeOnly
'org.apache.logging.log4j:log4j-1.2-api:2.1
7
.1'
runtimeOnly
'org.slf4j:slf4j-log4j12:1.7.
33
'
implementation
'commons-cli:commons-cli:1.
4
'
implementation
'commons-cli:commons-cli:1.
5.0
'
}
application
{
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
ab77368d
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
0.2-all
.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
3.3-bin
.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment