mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 12:22:06 +01:00
Rename module painless-core -> pgpainless-core
Fix build.gradle
This commit is contained in:
parent
a80bb043eb
commit
39c5464c37
102 changed files with 1 additions and 14 deletions
13
build.gradle
13
build.gradle
|
@ -7,31 +7,18 @@ buildscript {
|
|||
maven {
|
||||
url "https://plugins.gradle.org/m2/"
|
||||
}
|
||||
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
|
||||
id 'idea'
|
||||
id 'eclipse'
|
||||
|
||||
id 'maven'
|
||||
id 'maven-publish'
|
||||
|
||||
id 'ru.vyarus.animalsniffer' version '1.4.3'
|
||||
|
||||
id 'checkstyle'
|
||||
}
|
||||
|
||||
apply from: 'version.gradle'
|
||||
|
||||
allprojects {
|
||||
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'eclipse'
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue