Skip to content

Commit

Permalink
Merge pull request #71 from batoulapps/fix_build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
ahmedre authored May 13, 2024
2 parents 8a9deb3 + 763b836 commit 353f846
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,14 @@ plugins {
application
}

kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}

repositories {
mavenCentral()
}

dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(project(":adhan"))
}

application {
mainClass.set("com.batoulapps.adhan2.Example")
}

val compileKotlin: KotlinCompile by tasks
compileKotlin.kotlinOptions { jvmTarget = "1.8" }
}

0 comments on commit 353f846

Please sign in to comment.