Skip to content

Commit

Permalink
Fix build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pambrose committed Jul 16, 2021
1 parent dc406e3 commit 948ba4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ ext {
allprojects {
description = 'ReadingBat Core'
group 'com.github.readingbat'
version '1.20.0'
version '1.20.1'

apply plugin: 'application'
apply plugin: 'java-library'
apply plugin: 'maven-publish' // required for jitpack.io install
apply plugin: 'maven' // required for jitpack.io install
//apply plugin: 'maven-publish' // required for jitpack.io install
apply plugin: 'org.jmailen.kotlinter'
apply plugin: 'org.jetbrains.kotlin.jvm'
apply plugin: 'org.jetbrains.kotlin.plugin.serialization'
Expand Down

0 comments on commit 948ba4d

Please sign in to comment.