Add to your pod catcher:
https://hacker-news-podcast.vercel.app/api/podcast.rss
- See Postman API collection at https://www.postman.com/poulad/workspace/hacker-news-podcast
- About Heroku's Java buildpack:
Build:
# export "JAVA_HOME=/usr/lib/jvm/java-16-openjdk-amd64"
./mvnw -DskipTests clean dependency:list package assembly:single
Run:
java -jar target/hacker_news_podcast-0.0.1-SNAPSHOT-jar-with-dependencies.jar
Updating Maven Wrapper:
Instructions from: https://mvnrepository.com/artifact/io.takari/maven-wrapper
./mvnw -N io.takari:maven:0.7.7:wrapper