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

File not found. Build ok #5982

Closed
N7ghtm4r3 opened this issue Nov 16, 2023 · 4 comments
Closed

File not found. Build ok #5982

N7ghtm4r3 opened this issue Nov 16, 2023 · 4 comments
Labels

Comments

@N7ghtm4r3
Copy link

N7ghtm4r3 commented Nov 16, 2023

My library contains mostly Java files, but has also one Kotlin file, I don't know if this need situation to be managed, anyway the result is: File not found. Build ok

plugins {
    id("java")
    id("maven-publish") 
}

...

afterEvaluate {
    publishing {
        publications {
            create<MavenPublication>("Maven") {
                groupId = "com.tecknobit.pandoro"
                artifactId = "Pandoro"
                version = "0.0.0.7"
                from(components["java"])
            }
        }
    }
}

I created a comment also here

@N7ghtm4r3
Copy link
Author

@jitpack-io I know there are other issues to handle, but it's urgent

@wenerme
Copy link

wenerme commented Dec 19, 2023

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jan 19, 2024
Copy link

github-actions bot commented Feb 3, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as completed Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants