Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to Gradle publish plugin #92

Merged
merged 4 commits into from
Dec 10, 2021
Merged

Move to Gradle publish plugin #92

merged 4 commits into from
Dec 10, 2021

Conversation

changusmc
Copy link
Contributor

  • Move to Gradle publish plugin
  • Remove release scripts

@@ -43,7 +43,7 @@ class AffectedModuleDetectorPluginTest {
throw IllegalStateException("Expected to throw exception")
} catch (e: PluginApplicationException) {
// THEN
assertThat(e.message).isEqualTo("Failed to apply plugin [class 'com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin']")
assertThat(e.message).isEqualTo("Failed to apply plugin class 'com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin'.q")
Copy link
Contributor

@chris-mitchell chris-mitchell Dec 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: i think the .q is unnecessary?

Copy link
Contributor

@chris-mitchell chris-mitchell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved w/ a nit

@codecov
Copy link

codecov bot commented Dec 10, 2021

Codecov Report

Merging #92 (9e08f74) into main (a204990) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #92   +/-   ##
=========================================
  Coverage     50.22%   50.22%           
  Complexity       54       54           
=========================================
  Files            12       12           
  Lines           450      450           
  Branches         95       95           
=========================================
  Hits            226      226           
  Misses          194      194           
  Partials         30       30           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a204990...9e08f74. Read the comment docs.

@changusmc changusmc merged commit 388423f into main Dec 10, 2021
@changusmc changusmc deleted the gradle_publish_plugin branch December 10, 2021 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants