Skip to content

Commit

Permalink
Tidying up rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrobinson committed Jan 25, 2024
1 parent 091fb9c commit 6029c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Extras, helpers and convenience methods for [clj-wiremock](https://github.com/ke
...
:dependencies [[org.clojure/clojure "1.11.1"]
[kelveden/clj-wiremock "1.8.0"]
[uk.co.jordanrobinson/clj-wiremock-extras "0.0.5"]]
[uk.co.jordanrobinson/clj-wiremock-extras "0.0.6"]]
...
```

Deps, Maven, Gradle, etc methods shown on [clojars.](https://clojars.org/uk.co.jordanrobinson/clj-wiremock-extras)
Deps, Maven, Gradle, etc methods shown on [clojars](https://clojars.org/uk.co.jordanrobinson/clj-wiremock-extras).

## Examples

Expand Down
18 changes: 0 additions & 18 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# frozen_string_literal: true

require 'rake_leiningen'
require 'rake_terraform'
require 'rake_vault'
require 'vault'
require 'yaml'
require 'rake_fly'
require 'uri'

require_relative 'lib/leiningen_task_set'
Expand All @@ -18,20 +14,6 @@ RakeLeiningen.define_installation_tasks(
version: '2.10.0'
)

RakeVault.define_installation_tasks(
path: File.join(Dir.pwd, 'vendor', 'vault'),
version: '1.11.2'
)

namespace :vault do
RakeVault.define_login_task(
argument_names: [:role, :address],
) do |t, args|
t.address = args[:address]
t.role = args[:role] || 'read-only'
end
end

namespace :library do
define_check_tasks(fix: true)

Expand Down

0 comments on commit 6029c0e

Please sign in to comment.