Skip to content

Commit 1f06b00

Browse files
committed
remove source compatibilities
1 parent 75b7290 commit 1f06b00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ plugins {
33
}
44

55
group 'com.github.TannerLow'
6-
version '0.0'
6+
version '0.2'
77
description 'Matrix Library with GPU compatibility.'
88

99
repositories {
1010
mavenCentral()
1111
maven { url "https://jitpack.io" }
1212
}
1313

14-
java {
15-
sourceCompatibility = JavaVersion.VERSION_16
16-
targetCompatibility = JavaVersion.VERSION_16
17-
}
14+
//java {
15+
// sourceCompatibility = JavaVersion.VERSION_16
16+
// targetCompatibility = JavaVersion.VERSION_16
17+
//}
1818

1919

2020
dependencies {

0 commit comments

Comments
 (0)