Sitelet https://github.com/processing/processing4/issues/1568
Skip to content

Processing Gradle Plugin 4.5.6 - Missing artifact :utils #1568

Description

@BarracudaLake

Most appropriate sub-area of Processing 4?

I'm not sure

Processing version

4.5.6 ( 4.5.3 )

Operating system

Linux - Fedora 46

Bug description

Could not find org.processing:utils:4.5.6, therefore unable to build root

Followed the following document: https://github.com/processing/processing4/tree/main/java/gradle

Steps to reproduce this

  1. Create a new gradle project

  2. Use the org.processing.java plugin

  3. Try to build

snippet

build.gradle.kts

repositories {
    mavenCentral()
}

plugins {
    kotlin("jvm") version "2.4.20-RC"
    id("org.processing.java") version "4.5.6"
}

Additional context

Console (4.5.3)

Build file '/home/aleph/IdeaProjects/wfc/build.gradle.kts' line: 5

Plugin [id: 'org.processing.java', version: '4.5.3'] was not found in any of the following sources:

Console (4.5.6)

A problem occurred configuring root project 'wfc'.
> Could not resolve all artifacts for configuration 'classpath'.
   > Could not find org.processing:utils:4.5.6.
     Searched in the following locations:
       - https://plugins.gradle.org/m2/org/processing/utils/4.5.6/utils-4.5.6.pom
     Required by:
         buildscript of root project 'wfc-test-backdrooms' > org.processing.java:org.processing.java.gradle.plugin:4.5.6 > org.processing:gradle:4.5.6 > org.processing:preprocessor:4.5.6

Tried looking through https://repo.maven.apache.org/maven2/org/processing/ for fitting directories, found none

Would you like to work on the issue?

I’m not sure yet

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions