Skip to content

Commit

Permalink
Reinclude klum-common
Browse files Browse the repository at this point in the history
at least temporarily, removes the need for workarounds.
  • Loading branch information
pauxus committed Sep 2, 2021
1 parent 686454e commit 471813a
Show file tree
Hide file tree
Showing 9 changed files with 1,013 additions and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Expand Up @@ -3,7 +3,6 @@ import org.apache.tools.ant.filters.ReplaceTokens
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
Expand Down Expand Up @@ -33,10 +32,6 @@ group 'com.blackbuild.klum.ast'

description 'A transformation for creating convenient configuration model DSLs.'

ext {
commonVersion = '0.6.0'
}

license {
mapping("java", "SLASHSTAR_STYLE")
mapping("groovy", "SLASHSTAR_STYLE")
Expand Down
3 changes: 3 additions & 0 deletions klum-ast-common/build.gradle
@@ -0,0 +1,3 @@
apply plugin: 'java-library'

description "Common Classes (temp reinclusion from Klum-common)"

Large diffs are not rendered by default.

0 comments on commit 471813a

Please sign in to comment.