diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2020-04-10 14:10:23 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2020-04-10 14:10:23 +0100 |
| commit | d4bfbbb753ad7f39f217e058c4ebbaf038e5f982 (patch) | |
| tree | 69a24e4cd4c1f95fa80e76b740fbe334326eb933 /build.gradle.kts | |
| parent | 78400d587ea5367d3424333913ff4f94ca3f1908 (diff) | |
| download | reddit-lite-d4bfbbb753ad7f39f217e058c4ebbaf038e5f982.tar.xz reddit-lite-d4bfbbb753ad7f39f217e058c4ebbaf038e5f982.zip | |
Add dockerfile
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 99ff691..5dbf318 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "io.jamesbarnett" -version = "0.0.1-SNAPSHOT" +version = "snapshot" java.sourceCompatibility = JavaVersion.VERSION_11 val developmentOnly by configurations.creating |