diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-28 13:49:01 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-28 13:49:01 -0700 |
| commit | ec5d95953b614de3124bd733dfc739da1383130e (patch) | |
| tree | d399e46b75aa60b4d5c9fb70be9c0c6c584b2e8f /config | |
| parent | b04960caaf1abe23bc03d96688267f79aa6613a1 (diff) | |
Remove Docker related items
Diffstat (limited to 'config')
| -rw-r--r-- | config/NuGet/NuGet.Config | 13 | ||||
| -rw-r--r-- | config/gradle/init.gradle | 14 |
2 files changed, 0 insertions, 27 deletions
diff --git a/config/NuGet/NuGet.Config b/config/NuGet/NuGet.Config deleted file mode 100644 index 5aacae8..0000000 --- a/config/NuGet/NuGet.Config +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<configuration> - <config> - <add key="repositoryPath" value="/root/.packages" /> - </config> - <packageSources> - <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> - </packageSources> - <packageRestore> - <add key="enabled" value="true" /> - <add key="automatic" value="true" /> - </packageRestore> -</configuration> diff --git a/config/gradle/init.gradle b/config/gradle/init.gradle deleted file mode 100644 index 9664914..0000000 --- a/config/gradle/init.gradle +++ /dev/null @@ -1,14 +0,0 @@ -initscript { - repositories { - maven { - url "https://plugins.gradle.org/m2/" - } - } - dependencies { - classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0" - } -} -allprojects { - project.apply plugin: com.hierynomus.gradle.license.LicenseBasePlugin - project.apply plugin: com.hierynomus.gradle.license.LicenseReportingPlugin -} |
