Skip to content

Commit

Permalink
Updated style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilszewc committed Jun 10, 2023
1 parent ca185b2 commit 81d219f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
id 'java'
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.13'
id 'org.beryx.jlink' version '2.25.0'
id 'org.openjfx.javafxplugin' version '0.0.14'
id 'org.beryx.jlink' version '2.26.0'
id 'org.sonatype.gradle.plugins.scan' version '2.5.5'
id 'org.graalvm.buildtools.native' version '0.9.19'
}

group 'io.github.kamilszewc'
group 'com.computinglaboratory'
version '1.16'

graalvmNative {
Expand Down

0 comments on commit 81d219f

Please sign in to comment.