Skip to content

Commit

Permalink
Moving gradle files to the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Nov 24, 2018
1 parent f3f1f39 commit b99300a
Show file tree
Hide file tree
Showing 32 changed files with 9 additions and 586 deletions.
18 changes: 9 additions & 9 deletions gradle-version/build.gradle → build.gradle
@@ -1,15 +1,15 @@
buildscript {
ext {
springBootVersion = '2.0.3.RELEASE'
ext {
springBootVersion = '2.0.3.RELEASE'
cucumberVersion = '1.2.5'
junitVersion = '5.2.0'
}
repositories {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
repositories {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}

apply plugin: 'java'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 0 additions & 25 deletions maven-version/.gitignore

This file was deleted.

Binary file removed maven-version/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
1 change: 0 additions & 1 deletion maven-version/.mvn/wrapper/maven-wrapper.properties

This file was deleted.

225 changes: 0 additions & 225 deletions maven-version/mvnw

This file was deleted.

0 comments on commit b99300a

Please sign in to comment.