Skip to content

Commit 293db8b

Browse files
committedAug 23, 2018
Use buildpack registry URIs instead of github URLs
1 parent e0344bc commit 293db8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Create a Heroku app, set your ngrok token, and push:
2222
```sh-session
2323
$ heroku create
2424
$ heroku buildpacks:add heroku/jvm
25-
$ heroku buildpacks:add https://github.com/jkutner/heroku-buildpack-minecraft
25+
$ heroku buildpacks:add jkutner/minecraft
2626
$ heroku config:set NGROK_API_TOKEN="xxxxx"
2727
$ git push heroku master
2828
```

‎app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
},
3131
"buildpacks": [
3232
{
33-
"url": "https://github.com/heroku/heroku-buildpack-jvm-common"
33+
"url": "heroku/jvm"
3434
},
3535
{
36-
"url": "https://github.com/kr/heroku-buildpack-inline.git"
36+
"url": "heroku-community/inline"
3737
}
3838
]
3939
}

0 commit comments

Comments
 (0)