Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Commit

Permalink
Update Kotlin to 1.1.4-3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikroskeem committed Sep 7, 2017
1 parent 3bc4857 commit e5f456d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ website=https://github.com/OrionMinecraft/Helios

# Gradle & its plugins
gradle_version=4.1
kotlin_version=1.1.4-2
minecrell_licenser_version=0.3
kotlin_version=1.1.4-3
minecrell_licenser_version=0.3
6 changes: 3 additions & 3 deletions src/main/java/eu/mikroskeem/helios/mod/HeliosMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ public void on(ModConstructEvent e) throws Exception {

logger.info("Setting up libraries");
/* ** Register Kotlin library */
orion.registerLibrary("org.jetbrains.kotlin:kotlin-stdlib:1.1.4-2");
orion.registerLibrary("org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.4-2");
orion.registerLibrary("org.jetbrains.kotlin:kotlin-stdlib-jre8:1.1.4-2");
orion.registerLibrary("org.jetbrains.kotlin:kotlin-stdlib:1.1.4-3");
orion.registerLibrary("org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.4-3");
orion.registerLibrary("org.jetbrains.kotlin:kotlin-stdlib-jre8:1.1.4-3");
orion.registerLibrary("com.fasterxml.jackson.core:jackson-core:2.8.9");

/* ** Add slf4j-over-log4j */
Expand Down

0 comments on commit e5f456d

Please sign in to comment.