Skip to content

Commit

Permalink
dev-env: remove gradle (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyverhaegen-da authored Sep 4, 2019
1 parent a8100d4 commit daf15e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ghc-bindist
ensime.sbt
pipelinePerformance.xml
**/database_test.manifest
.gradle/
.ghci
.ghcid
*.log
Expand Down Expand Up @@ -89,4 +88,4 @@ daml-lf/project
daml-lf/gen
daml-lf/build.sbt
.markdown-preview.html
compiler/damlc/output
compiler/damlc/output
1 change: 0 additions & 1 deletion dev-env/bin/gradle

This file was deleted.

2 changes: 0 additions & 2 deletions nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ in rec {
scalafmt = pkgs.callPackage ./overrides/scalafmt.nix { jre = jdk; };
dependency-check = (pkgs.callPackage ./tools/dependency-check { });

gradle = pkgs.gradle;

# Nix development
cabal2nix = pkgs.cabal2nix;

Expand Down

0 comments on commit daf15e6

Please sign in to comment.