Can I use properties in an ivy.xml file to avoid repeating version numbers of dependencies?

后端 未结 3 1174
面向向阳花
面向向阳花 2021-02-02 12:06

Here\'s what part of my ivy.xml looks like right now:


&l         


        
3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-02 12:27

    I ended up using XML entities to do the substitution. This keeps everything in the same file, which is important for my use case.

    
    
    ]>
    
    
        
    
        
            
            
            
            
            
        
    
    

提交回复
热议问题