File tree Expand file tree Collapse file tree 4 files changed +2
-59
lines changed
spotify-web-api-java-generator
src/main/java/de/sonallux/spotify/generator/java Expand file tree Collapse file tree 4 files changed +2
-59
lines changed Original file line number Diff line number Diff line change 6767 <mockito-junit-jupiter .version>3.8.0</mockito-junit-jupiter .version>
6868 </properties >
6969
70- <!-- Remove this when spotify-web-api-core is available on maven central -->
71- <repositories >
72- <repository >
73- <id >ossrh-snapshots</id >
74- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
75- <releases >
76- <enabled >false</enabled >
77- </releases >
78- <snapshots >
79- <enabled >true</enabled >
80- </snapshots >
81- </repository >
82- </repositories >
83-
8470 <distributionManagement >
8571 <snapshotRepository >
8672 <id >ossrh</id >
Original file line number Diff line number Diff line change 2020 <url >https://github.com/sonallux/spotify-web-api-java</url >
2121
2222 <properties >
23- <spotify-web-api-core .version>2.0.0-SNAPSHOT </spotify-web-api-core .version>
23+ <spotify-web-api-core .version>2021.4.10 </spotify-web-api-core .version>
2424 <guava .version>30.1.1-jre</guava .version>
2525 <picocli .version>4.6.1</picocli .version>
2626 <flexmark .version>0.62.2</flexmark .version>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33import com .github .mustachejava .Mustache ;
44import com .github .mustachejava .MustacheFactory ;
55import com .google .common .base .CaseFormat ;
6+ import de .sonallux .spotify .core .EndpointHelper ;
67import de .sonallux .spotify .core .model .SpotifyWebApiCategory ;
78import de .sonallux .spotify .core .model .SpotifyWebApiEndpoint ;
8- import de .sonallux .spotify .generator .java .EndpointHelper ;
99import de .sonallux .spotify .generator .java .util .JavaPackage ;
1010import de .sonallux .spotify .generator .java .util .JavaUtils ;
1111import de .sonallux .spotify .generator .java .util .Markdown2Html ;
You can’t perform that action at this time.
0 commit comments