DaanVanYperen / artemis-odb-contrib

Drop-in extensions for artemis-odb. Prefab systems, components, networking, events!
MIT License
75 stars 20 forks source link

Gradle could not download the newest jar! #106

Closed ks3dev closed 8 years ago

ks3dev commented 8 years ago

The PassiveSystem is still the old code.

package net.mostlyoriginal.api.system.core;

import com.artemis.BaseSystem;

/**

------ Gradle Project is not the newest code. compile "net.mostlyoriginal.artemis-odb:contrib-core:$artemisContribVersion" compile "net.mostlyoriginal.artemis-odb:contrib-jam:$artemisContribVersion" compile "net.mostlyoriginal.artemis-odb:contrib-eventbus:$artemisContribVersion" compile "net.mostlyoriginal.artemis-odb:contrib-plugin-operations:$artemisContribVersion"

DaanVanYperen commented 8 years ago

The latest version depends on unpublished artemis-odb version. When that goes live I'll push contrib live as well!