Add GitHubReleasePlugin with createGitHubRelease task

Closes gh-10456
Closes gh-10457
This commit is contained in:
Steve Riesenberg
2021-12-22 10:05:59 -06:00
committed by Steve Riesenberg
parent cbf0e1da68
commit 80e39e9343
13 changed files with 610 additions and 13 deletions

View File

@@ -1,15 +1,16 @@
package io.spring.gradle.github.milestones;
import java.util.concurrent.TimeUnit;
import okhttp3.mockwebserver.MockResponse;
import okhttp3.mockwebserver.MockWebServer;
import okhttp3.mockwebserver.RecordedRequest;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.gradle.github.milestones.GitHubMilestoneApi;
import org.springframework.gradle.github.milestones.RepositoryRef;
import java.util.concurrent.TimeUnit;
import org.springframework.gradle.github.RepositoryRef;
import org.springframework.gradle.github.milestones.GitHubMilestoneApi;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;