Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Settin version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbuntu committed Aug 27, 2019
1 parent 07dca26 commit 4c4fcb3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/Leikr
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ fi

JVM_ARGS="-Xmx64M -XX:+CMSClassUnloadingEnabled -jar"

exec "$JAVA_COMMAND" $JVM_ARGS "Leikr-0.0.9.jar"
exec "$JAVA_COMMAND" $JVM_ARGS "Leikr-0.0.10.jar"
2 changes: 1 addition & 1 deletion assets/Leikr.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
START javaw -Xmx64M -XX:+CMSClassUnloadingEnabled -jar Leikr-0.0.9.jar
START javaw -Xmx64M -XX:+CMSClassUnloadingEnabled -jar Leikr-0.0.10.jar
2 changes: 1 addition & 1 deletion assets/Sys/mysecurity.policy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ grant{
};

//Leikr specific
grant codeBase "file:Leikr-0.0.9.jar"{
grant codeBase "file:Leikr-0.0.10.jar"{
//Necessary to access XRANDR
permission java.security.AllPermission;
};
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

allprojects {

version = '0.0.9'
version = '0.0.10'
ext {
appName = 'Leikr'
mini2DxVersion = '2.0.0-alpha.3'
Expand All @@ -36,9 +36,6 @@ project(":core") {
dependencies {
implementation "org.mini2Dx:mini2Dx-core:$mini2DxVersion"
implementation "org.mini2Dx:mini2Dx-tiled:$mini2DxVersion"
implementation "org.mini2Dx:mini2Dx-ui:$mini2DxVersion"

implementation "org.lwjgl.lwjgl:lwjgl:2.9.3"

implementation "org.codehaus.groovy:groovy-all:3.0.0-beta-3"
}
Expand Down
1 change: 1 addition & 0 deletions desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ task deployLeikr {
from "$projectDir/../assets"
into "$projectDir/build/libs"
exclude '*gamecontrollerdb.txt*'
exclude "*Internal"
}
}
}
Expand Down

0 comments on commit 4c4fcb3

Please sign in to comment.