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

bugfix | change name of publication task in build.gradle.kts #114

Merged
merged 4 commits into from
Sep 6, 2023

Conversation

jglaszka
Copy link
Collaborator

@jglaszka jglaszka commented Sep 6, 2023

Why?

After update to Kotlin DSL artifacts of last two versions were not published to maven central.

Run ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
Downloading https://services.gradle.org/distributions/gradle-8.1.1-bin.zip
...........10%............20%............30%............40%............50%............60%............70%............80%...........90%............100%

Welcome to Gradle 8.1.1!

Here are the highlights of this release:
 - Stable configuration cache
 - Experimental Kotlin DSL assignment syntax
 - Building with Java 20

For more details see https://docs.gradle.org/8.1.1/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
> Configure project :
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

FAILURE: Build failed with an exception.

* Where:
Build file '/home/runner/work/tradukisto/tradukisto/build.gradle.kts' line: [13](https://github.com/allegro/tradukisto/actions/runs/6088432033/job/16535361070#step:4:14)1

* What went wrong:
Task with name 'publishing.publications' not found in root project 'tradukisto'.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org/

BUILD FAILED in 49s
Error: Process completed with exit code 1.

https://github.com/allegro/tradukisto/actions/runs/6088432033

@jglaszka jglaszka added the bug label Sep 6, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2023

Codecov Report

Merging #114 (5b1fede) into master (3cd5170) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

@@            Coverage Diff            @@
##             master     #114   +/-   ##
=========================================
  Coverage     99.19%   99.19%           
  Complexity      425      425           
=========================================
  Files            67       67           
  Lines          1736     1736           
  Branches         50       50           
=========================================
  Hits           1722     1722           
  Misses            7        7           
  Partials          7        7           

@jglaszka jglaszka merged commit 15bdf2e into master Sep 6, 2023
4 checks passed
@jglaszka jglaszka deleted the bugfix/fix-publishing-artifact branch September 6, 2023 12:34
jglaszka added a commit that referenced this pull request Sep 6, 2023
* bugfix | change name of publication task in build.gradle.kts

* bugfix/fix-publishing-artifact

* bugfix | add manual trigger for workflow release

* bugfix | change nexusPublishing properties

(cherry picked from commit 15bdf2e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants