Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pseuco-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseuco
pseuco-ide
Commits
5a1320a4
Verified
Commit
5a1320a4
authored
Apr 22, 2020
by
Konstantin Kopper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kotlin 1.3.72 and some dependency upgrades
parent
1deb52c3
Pipeline
#16119
passed with stages
in 5 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
build.gradle.kts
build.gradle.kts
+7
-7
src/test/resources/pseuco-tests
src/test/resources/pseuco-tests
+1
-1
No files found.
build.gradle.kts
View file @
5a1320a4
...
...
@@ -5,8 +5,8 @@ if (!JavaVersion.current().isJava8Compatible)
error
(
"Only JDK 8 or newer is supported!"
)
plugins
{
kotlin
(
"jvm"
)
version
"1.3.7
1
"
kotlin
(
"plugin.serialization"
)
version
"1.3.7
1
"
kotlin
(
"jvm"
)
version
"1.3.7
2
"
kotlin
(
"plugin.serialization"
)
version
"1.3.7
2
"
id
(
"org.jetbrains.dokka"
)
version
"0.10.1"
}
...
...
@@ -15,7 +15,7 @@ repositories {
}
val
ktorVersion
=
"1.3.2"
val
junitVersion
=
"5.6.
1
"
val
junitVersion
=
"5.6.
2
"
val
aspectjVersion
=
"1.9.5"
dependencies
{
...
...
@@ -35,18 +35,18 @@ dependencies {
if
(
JavaVersion
.
current
().
isJava11Compatible
)
{
for
(
pkg
in
listOf
(
"base"
,
"controls"
,
"fxml"
,
"graphics"
))
for
(
os
in
listOf
(
"linux"
,
"mac"
,
"win"
))
implementation
(
"org.openjfx"
,
"javafx-$pkg"
,
"14"
,
classifier
=
os
)
implementation
(
"org.openjfx"
,
"javafx-$pkg"
,
"14
.0.1
"
,
classifier
=
os
)
}
// Provides RichText TextAreas. Used for code input area.
implementation
(
"org.fxmisc.richtext"
,
"richtextfx"
,
"0.10.
4
"
)
implementation
(
"org.fxmisc.richtext"
,
"richtextfx"
,
"0.10.
5
"
)
// Google GSON library for JSON
implementation
(
"com.google.code.gson"
,
"gson"
,
"2.8.6"
)
// Apache Commons
implementation
(
"commons-io"
,
"commons-io"
,
"2.6"
)
implementation
(
"org.apache.commons"
,
"commons-lang3"
,
"3.
9
"
)
implementation
(
"org.apache.commons"
,
"commons-lang3"
,
"3.
10
"
)
// Ktor Apache client and server framework
implementation
(
"io.ktor"
,
"ktor-client-apache"
,
ktorVersion
)
...
...
@@ -56,7 +56,7 @@ dependencies {
implementation
(
"io.ktor"
,
"ktor-freemarker"
,
ktorVersion
)
// http4k WebSocket client library
implementation
(
"org.http4k"
,
"http4k-client-websocket"
,
"3.24
1
.0"
)
implementation
(
"org.http4k"
,
"http4k-client-websocket"
,
"3.24
4
.0"
)
// AspectJ runtime
runtimeOnly
(
"org.aspectj"
,
"aspectjrt"
,
aspectjVersion
)
...
...
pseuco-tests
@
a1641f54
Compare
d9eba383
...
a1641f54
Subproject commit
d9eba383c85e0b12cfa321cc85ad7436560e7fec
Subproject commit
a1641f54c7422e29ba0e3b79399ab1ed290378cb
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