summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d575b0a)
raw | patch | inline | side by side (parent: d575b0a)
author | fred-boy <fredboy@protonmail.com> | |
Fri, 27 Sep 2019 14:42:41 +0000 (21:42 +0700) | ||
committer | fred-boy <fredboy@protonmail.com> | |
Sun, 29 Sep 2019 04:39:17 +0000 (11:39 +0700) |
core/build.gradle | patch | blob | history |
diff --git a/core/build.gradle b/core/build.gradle
index f17ab83b56842d3740f6001e8cacc6e0de1aeb97..1f36e4cc46c622146451680fea6f6b625ac67d0f 100644 (file)
--- a/core/build.gradle
+++ b/core/build.gradle
apply plugin: "java"
sourceCompatibility = 1.8
+
+dependencies {
+ implementation 'org.jetbrains:annotations:15.0'
+}
+
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
\ No newline at end of file