Skip to content

Commit

Permalink
Remove Makefile (#1872)
Browse files Browse the repository at this point in the history
* Remove Makefile

* Update CONTRIBUTING.md
  • Loading branch information
Anuraag Agrawal authored Oct 24, 2020
1 parent a4e23f9 commit c1b3b28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 42 deletions.
17 changes: 8 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,16 @@ you can enable the docker tests by setting a gradle property of
``"enable.docker.tests"`` to true. See the gradle.properties file in the root of the project
for more details.

2. From the root project directory, initialize repository dependencies
2. Clone the repository recursively

`make init-git-submodules`
`git clone https://github.com/open-telemetry/opentelemetry-java.git --recursive`

3. Run the following commands to build, run tests and most static analysis, and
check formatting:

##### OS X or Linux
or alternatively initialize submodules for an existing clone.

`make test verify-format`
`git submodule init`
`git submodule update`

##### Windows
3. Run the following commands to build, run tests and most static analysis, and
check formatting:

`gradlew.bat clean assemble check verGJF`
`./gradlew check`
33 changes: 0 additions & 33 deletions Makefile

This file was deleted.

0 comments on commit c1b3b28

Please sign in to comment.