Rename module painless-core -> pgpainless-core

Fix build.gradle
This commit is contained in:
Paul Schaub 2018-07-19 00:15:06 +02:00
parent a80bb043eb
commit 39c5464c37
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
102 changed files with 1 additions and 14 deletions

View File

@ -7,31 +7,18 @@ buildscript {
maven { maven {
url "https://plugins.gradle.org/m2/" url "https://plugins.gradle.org/m2/"
} }
jcenter()
mavenLocal() mavenLocal()
mavenCentral() mavenCentral()
} }
} }
plugins { plugins {
id 'java'
id 'idea'
id 'eclipse'
id 'maven'
id 'maven-publish'
id 'ru.vyarus.animalsniffer' version '1.4.3' id 'ru.vyarus.animalsniffer' version '1.4.3'
id 'checkstyle'
} }
apply from: 'version.gradle' apply from: 'version.gradle'
allprojects { allprojects {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'idea' apply plugin: 'idea'
apply plugin: 'eclipse' apply plugin: 'eclipse'

Some files were not shown because too many files have changed in this diff Show More