Skip to content

Commit

Permalink
removed buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
RosesTheN00b committed Feb 12, 2019
1 parent 5cd491b commit f348e3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions README.md
Expand Up @@ -45,25 +45,13 @@ Add the plugin to the [gradle-cobol-plugin](https://github.com/RosesTheN00b/grad

build.gradle:

buildscript {
dependencies {
classpath group: 'de.sebastianruziczka', name: 'gradle-cobol-plugin-unittest-extension', version: 'latest'
}
}

plugins {
id 'de.sebastianruziczka.Cobol' version 'latest'
}


Or hardcode specific versions in your build.gradle (not preferred):

buildscript {
dependencies {
classpath group: 'de.sebastianruziczka', name: 'gradle-cobol-plugin-unittest-extension', version: '0.0.30'
}
}

plugins {
id 'de.sebastianruziczka.Cobol' version '0.0.40'
}
Expand Down
12 changes: 0 additions & 12 deletions README.md.base
Expand Up @@ -45,25 +45,13 @@ Add the plugin to the [gradle-cobol-plugin](https://github.com/RosesTheN00b/grad

build.gradle:

buildscript {
dependencies {
classpath group: 'de.sebastianruziczka', name: 'gradle-cobol-plugin-unittest-extension', version: 'latest'
}
}

plugins {
id 'de.sebastianruziczka.Cobol' version 'latest'
}


Or hardcode specific versions in your build.gradle (not preferred):

buildscript {
dependencies {
classpath group: 'de.sebastianruziczka', name: 'gradle-cobol-plugin-unittest-extension', version: 'gradle.unitVersion'
}
}

plugins {
id 'de.sebastianruziczka.Cobol' version '0.0.40'
}
Expand Down

0 comments on commit f348e3d

Please sign in to comment.