Preparing for 3.0 #2528
Replies: 3 comments 3 replies
-
Did you add the snapshot repo to your build? |
Beta Was this translation helpful? Give feedback.
-
I aways have on:
Where can I find the "3.0.0-SNAPSHOT.jar" ? |
Beta Was this translation helpful? Give feedback.
-
Fixed. Running fine on 3.0.0-x. TIA. FYI: Gradle 8.2:
MyApp: Sample config files -> Complete with defaults
With:
EAR deployed:
INFO [com.notifymoto.controller.MotorcycleController] (default task-1) >>>>> MotorcycleController selectedMotorcycle = Moto{id=6409ecf6305f64d3e635a0b7, manufacturer='Moto Guzzi', model='V85', modelType='TT Evocative Graphics', typesOf='Enduro', dateProductionStarted=Sun Jan 01 00:00:00 GMT 2023, dateProductionEnded=Sun Jan 01 00:00:00 GMT 2023, engine=Engine{type='Four-Stroke', displacement=0.0, cylinder=2.0, capacityUnit='cc', bore=0.0, boreMeasurement='mm', stroke=0.0, strokeMeasurement='mm', distribution='null', maxiumPowerHp=0.0, maxiumPowerKilowatt=0.0, maxiumPowerRpm=0.0, maximumTorque=0.0, maximumTorqueUnit='Nm', maximumTorqueRpm=0.0}, performance=null, chassisBrakesSuspensionWheels=null, dimensionsWeights=null, transmission=null, instruments=null, electrics=Electrics{ignition='Electrics Ignition'}, colours=[Colour{colour='n/a'}], accessories=null, image=Image{file='/Users/NOTiFY/IdeaProjects/NOTiFYmoto/images/moto', url='/MotoGuzzi/2023/', png='gu9032274eum02-01-m.webp', dimensionsWidth='1500', dimensionsHeight='1000'}, imageList=[Image{file='/Users/NOTiFY/IdeaProjects/NOTiFYmoto/images/moto', url='/MotoGuzzi/2023/', png='gu9032274eum02-01-m.webp', dimensionsWidth='1500', dimensionsHeight='1000'}]} |
Beta Was this translation helpful? Give feedback.
-
"Could not resolve dev.morphia.morphia:morphia-core:3.0.0-SNAPSHOT"
Can only see:
https://mvnrepository.com/artifact/dev.morphia.morphia/morphia-core
Where can I find 3.0.0-SNAPSHOT etc. with the JAR? TIA
Beta Was this translation helpful? Give feedback.
All reactions